takielias / tablar-crud-generator

Simple CRUD generator Based on https://github.com/takielias/tablar
MIT License
29 stars 6 forks source link

Allow defining the name for the scaffold. #1

Closed gerardp closed 1 year ago

gerardp commented 1 year ago

It allows you to define the name for the scaffold, it is the same syntax used in Ruby on Rails.

Example: php artisan make:crud emergencies --model-name=Emergencies