basic fake api for using in Educational project Or ...
after install composer & clone project :
##.evn
Rename .env.example To .env
##database Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
Use the package manager composer to install Laravel.
composer install
Run
php artisan key:generate
Run migrate for create database's
php artisan migrate
Run laravel database seeder
php artisan db:seed
Serve project
php artisan serve
Go to http://localhost:8000/
enjoy !