Laravel Code Generator

Viewed 13720

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 ?

7 Answers

I think you could try Vemto which is a Laravel Studio and Code Generator with a GUI

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.

Related