A simple blog application built with Laravel framework that allows users to create, read, update, and delete blog posts. This project uses Tailwind CSS for styling and demonstrates Laravel’s MVC architecture, authentication, and database interactions.
- User registration and login (authentication)
- Create, edit, and delete blog posts
- View a list of blog posts (currently limited visibility — users may only see posts they have access to)
- View individual blog post details
- Responsive UI using Tailwind CSS
- Basic validation and error handling
- PHP >= 8.0
- Composer
- Laravel 9.x (or your version)
- MySQL (or your preferred database)
- Node.js and npm (for frontend asset compilation)