mtolhuys / laravel-schematics

A Laravel package making a diagram of your models, relations and the ability to build them with it
MIT License
1.49k stars 133 forks source link

[Feature] Support table name on create models (and migrations) #45

Open gpibarra opened 4 years ago

gpibarra commented 4 years ago

When creating a model you can rename the table ($ protected $ table = '' and Schema :: table () / Schema :: create ())