There is a way (also presented here) to have create Eloquent ORM Models (as a part of a Laravel app) based on a database.
I am looking for the inverse action. I would like to write some Eloquent Model classes and have them being craeted as tables in the database.
How can this be done?
This Eloquent documentation does not feature any information. Can it be that while there is a often the case 1-to-1-mapping between the database and the eleoquent models a table canno tbe created automatically given a Eloquent Model was provided?