✈
Tomato API
Full API CRUD Generator build on repository pattern

composer require tomatophp/tomato-api
after installation run this command
php artisan tomato-api:install
you can generate a new API CRUD with this command
php artisan tomato:api
it will ask you about the table name and module name if you like to use the HMVC arch
Last modified 4mo ago