Laravel-4-Generators icon indicating copy to clipboard operation
Laravel-4-Generators copied to clipboard

Generated views only include the file path

Open elstamey opened this issue 11 years ago • 7 comments
trafficstars

In a previous version this worked, but this migration failed.

elstamey avatar May 15 '14 21:05 elstamey

I'm using this version: "way/generators": "2.*",

elstamey avatar May 15 '14 21:05 elstamey

What command are you using ?

foxted avatar May 15 '14 21:05 foxted

Same thing happened for me. I used Scaffold command.

amer3000 avatar May 17 '14 23:05 amer3000

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 ;)

foxted avatar May 17 '14 23:05 foxted

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 avatar May 19 '14 16:05 amer3000

@amer3000 you are looking for this package, it generates you Twitter Bootstrap 3 templates: https://github.com/wdollar/Laravel-4-Generators-Bootstrap-3

vladshcherbin avatar May 21 '14 16:05 vladshcherbin

Thanks Vlad, that is exactly what I had used previously. :)

amer3000 avatar May 21 '14 20:05 amer3000