Asides
-
-
-
-
-
-
Categories: Notes
Normally, with Laravel (@laravelphp on Twitter), if you create a model and use the “-m” or “–migration” flag to create the accompanying migration, it will pluralize the table. So for example “User” model will use a “users” table; “Vehicle” model will use a “vehicles” table. I just discovered however, that if you create a “Data”…