Open source project, created for optimize your own blog with Google SEO
-
Laravel v9.52.5 - Server Framework & Web Framework
-
TailwindCSS v3.3.1 - Style (CSS) Framework
-
Alpine.js v3.4.2 & Vite.js v4.0.0 - Javascript Framework
-
MySQL v10.4.24 - Database
-
CKEditor v5 - Text Editor
Clone the repository
git clone https://github.com/meeerrrm/laravel-blog-with-seo.git
Start
cd src/BLOGSYS
composer install
npm install
copy .env.example .env
php artisan key:generate
php artisan serve
Page Name | Status | % | Start Due | Finish Due |
---|---|---|---|---|
Backend - Auth Page | Done | 100% | 14 April 2023 | 15 April 2023 |
Backend - User Profile Management | Done | 100% | 14 April 2023 | 15 April 2023 |
Backend - Blog Management | Done | 99% | 15 April 2023 | 16 April 2023 |
Frontend - Landing Page | Done | 99% | 22 April 2023 | 23 April 2023 |
Frontend - Tag Page | Done | 99% | 23 April 2023 | 23 April 2023 |
Frontend - Detail Blog Page | Done | 100% | 22 April 2023 | 23 April 2023 |
Frontend - SEO Config | Done | 99% | 23 April 2023 | 23 April 2023 |
Auto sitemap.xml | Done | 99% | 25 April 2023 | 25 April 2023 |
99% Means will update sometimes.
- @meeerrrm - Idea & Initial work