Laravel CRUD API is an API written using PHP and Laravel.
- PHP 7.x,
- Composer
Follow these steps:
- 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
- Type:
php artisan migrate
- Run seeders if available,
- Type:
php artisan serve