This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
API Scaffold Release
New Command introduced to generate API as well Scaffold.
php artisan mitul.generator:scaffold_api Post
OtherBreaking Changes:
- API prefix
api_prefix
support inconfig/generator.php
. - API Controller is now generated in
Http/Controllers/API/
with namespaceApp\Http\Controllers\API
which can be configured as well. (path_api_controller
&namespace_api_controller
).
(Thanks to @anand-patel)