A simple blog application built with Laravel, featuring categories, tags, about, contact, and privacy pages. Includes an admin dashboard for managing posts, categories, and tags.
- 📝 Blog posts
- 🏷️ Categories and tags organization
- 👤 User authentication
- 📊 Admin dashboard
- 📱 Responsive design
- 📄 Static pages (About, Contact, Privacy)
- 💻 Content management system
- Full CRUD operations for:
- Posts
- Categories
- Tags
- Analytics dashboard
- Framework: Laravel
- Deployment: Vercel
- Database: MySQL
- Frontend: Blade Templates, TailwindCSS
- Authentication: Laravel Breeze
- Clone the repository
git clone https://github.com/yourusername/simple-blog.git
- Install dependencies
composer install
npm install
- Configure environment variables
cp .env.example .env
- Generate application key
php artisan key:generate
- Run migrations
php artisan migrate
- Start the development server
php artisan serve