Simple Laravel-8 CRUD
This demo will help you to create basic CRUD in laravel. Don’t worry if you are a beginner we will start from scratch. Laravel has many inbuilt functionalities ready to use which makes laravel a magical framework.
composer installphp artisan key:generatephp artisan migratecopy .env.example to .env for windows
copy .env.example .envfor linux
cp .env.example .envNow all set and run
php artisan serv