laravel-crud-generator icon indicating copy to clipboard operation
laravel-crud-generator copied to clipboard

Handling tables with prefix befor table name

Open Baronsindo opened this issue 1 year ago • 0 comments

In a table named az_banks the prefix would be az_, if you added this option the model name will be Bank and the controller name will be BankController

Ex :

php artisan make:crud {table_name} --prefix={prefix_to_remove}

Baronsindo avatar Feb 09 '24 14:02 Baronsindo