I come from CakePHP, recently started learning Laravel-4. It is very hard to see that such a great framework does not come with a code generator for basic CRUD operations. Is that a conscious decision or am I missing something ?
I come from CakePHP, recently started learning Laravel-4. It is very hard to see that such a great framework does not come with a code generator for basic CRUD operations. Is that a conscious decision or am I missing something ?
You can try using the Vemto to generate all your APIs/CRUDs.
It is a very flexible generator that generates clean and easy-to-read codes.
I also did a code generator that will read database table structure and create Laravel Models, Request, Controller and other assets according to that.