Laravel 8 CRUD (MongoDB) with Jenssegers.
- Install vendors composer :
composer install
- Copy File .env.example to .env :
cp .env.example .env
- Generate key :
php artisan key:generate
- Running DB Seed and cache
sh cache.sh
- Run Your Program
php artisan serve
- Open Your Browser http://127.0.0.1:8000/books, and you will see the news management CRUD.