Skip to content
Yan Datsyuk edited this page May 18, 2017 · 3 revisions

"Laravel-REST-API-generator" is a package for laravel projects. It generate code for a good starter RESTful API backend server. All you need is:

  1. Have database schema
  2. Run console command: php artisan make:rest-api-project

Please read next articles before using package:

  1. Package installation
  2. Package configuration
  3. Generating code
Clone this wiki locally