Barry has a generator package that might help. He's the same person who does the debugger too.
I think I also remember another package called steamy ??? Or something like that.
Sorry only phone at the moment
Try Jeffrey Way's Generator package.
https://github.com/JeffreyWay/Laravel-4-Generators
Check out the generate:resource
and generate:scaffold
commands.
Mei
That looks like a great generator, unfortunately the server is only running PHP version 5.3.18. The Generator requires PHP version 5.4+. I'll have to setup a development environment and see if I can get it to work. Thank you for the advice!
If I remember correctly, the only reason Laravel-4-Generators is 5.4 is because it uses short-hand array syntax ([x,y,z]
instead of array(x,y,z)
) in one or two places. It's a quick fix to get it working.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community