I'm new to Laravel 4. I wanted to know if it's possible to create models, views and controllers from an existing database? i googled and found
https:
But it allows you to generate a migration script, model, views and controllers by providing the name of the resource where, as I want, the reverse engineering is the same in which, on the command line, I want to create models, views and controllers from an existing database.
source
share