I usually work with SF2, and with Doctrine, Entities can be generated automatically, and if you create a scheme in Soft, like MySQL Workbench, you can do Reverse Engineering.
I'm new to Laravel, so is there a way to do these two things? I would use Laravel because I need to make a very small project, but I did not want to write all this code for what we call "Migrations", it seems very boring, no?
So, is there a way to generate this stuff in laravel? Maybe I should use the Laravel Doctrine for this?
source
share