- Composer
composer update composer install
- Command line & Setting your database
cp .env.example .env
- Create Database
php artisan migrate
- After that
php artisan db:seed --class=UsersSeeder
- and Finally
php artisan serve
- Enjoy the program
Admin Section:
1. Delete section: When deleting an item, the picture in /public/picture is not deleted
Guest Users :
1. The name of the blog author still does not appear on the Card
2. Correct the name of the date on the Card