Laravel Blogging Website is a web application that allows users to create, read, update, and delete blog posts. The application is built on Laravel framework and uses Blade templating engine for rendering views. Users can create an account, view posts, and leave comments on posts.
- Laravel
- MySQL
- Bootstrap
- Blade
- HTML/CSS
- Clone the repository.
- Run
composer installto install dependencies. - Create a
.envfile and configure your database settings. - Run
php artisan migrateto create the necessary database tables. - Run
php artisan serveto start the development server.
- Creating, reading, updating, and deleting blog posts
- User authentication
- Commenting on posts
- Admin privileges