Laravel Code Generator
crud, laravel-4, php
Solution
Pretty certain it was a conscious decision. However, Jeffrey Way has created a killer Generator package for Laravel:
https://github.com/JeffreyWay/Laravel-4-Generators
Problem
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 ?