Laravel-4-Generators
Laravel-4-Generators copied to clipboard
Generated views only include the file path
In a previous version this worked, but this migration failed.
I'm using this version: "way/generators": "2.*",
What command are you using ?
Same thing happened for me. I used Scaffold command.
My bad, I never used this command, I prefer to create my views manually. But it appears that this is perfectly normal, if you look at the file src / Way / Generators / templates / view.txt, the only content that the generated view must contain is its path ;)
Hmm previously, it used to have a nice gui to view all element/resources, add new resources or delete 'em. They probably changed the templates. I will look more into it.
Thanks
Amer
@amer3000 you are looking for this package, it generates you Twitter Bootstrap 3 templates: https://github.com/wdollar/Laravel-4-Generators-Bootstrap-3
Thanks Vlad, that is exactly what I had used previously. :)