-
Notifications
You must be signed in to change notification settings - Fork 4
Artisan command "make:rest api project".
Yan Datsyuk edited this page May 18, 2017
·
4 revisions
This page describes a process of generation scaffolded code and contains list of requirements for it.
- Install package (see package installation)
- Configure your project (see initial project configuration)
- Have ready database schema.(see database schema recommendations)
- Open your project root directory and run artisan command:
php artisan make:rest-api-project
- Choose option "1. Use default convention and take info from db schema."
- Execute command
php artisan l5-swagger:generate
- Execute command
composer dump-autoload