Laravel CRUD API is an API written using PHP and Laravel, dedicated to as a backend to the Vue CRUD project. The project includes templates withmigrations, models and controllers associated with the Vue CRUD templates.
- PHP 7.x,
- Composer
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
- Type:
php artisan load-template
and select one of available templates
- Type:
php artisan migrate
- Run seeders if available,
- Type:
php artisan serve
The Laravel CRUD API is application licensed under the MIT license.