REST API CRUD project, built in PHP and Laravel
Follow these steps:
Clone or download this project, Open command line and go to the project directory, Type:
composer install
Create database(s) for your project, Create .env file based on .env.example and configure your project, Type:
php artisan key:generate
composer require laravel/passport
php artisan migrate
php artisan passport:install