Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

API Scaffold Release

Compare
Choose a tag to compare
@mitulgolakiya mitulgolakiya released this 27 Mar 12:00
· 2 commits to 1.1 since this release

New Command introduced to generate API as well Scaffold.

php artisan mitul.generator:scaffold_api Post

OtherBreaking Changes:

  • API prefix api_prefix support in config/generator.php.
  • API Controller is now generated in Http/Controllers/API/ with namespace App\Http\Controllers\API which can be configured as well. (path_api_controller & namespace_api_controller).

(Thanks to @anand-patel)