Clone the repository:
git clone https://github.com/hamzaDAf/laravel-7-CRUD.git
cd laravel-7-CRUD
composer install
cp .env.example .env
php artisan key:generate
DB_DATABASE=laravel-7-crud
php artisan migrate
php artisan db:seed
php artisan serve
The Laravel-7-CRUD is open-sourced software licensed under the MIT license.