JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

Is there a way to write specific templates for create, index, edit and show actions? #440

Open cristianfierro opened 9 years ago

cristianfierro commented 9 years ago

After I run php artisan generate:publish-templates I see I have a template view.txt to customize. Is there a way I can add some specific templates or do some conditionals in that view to add some html for index, create, edit, and show views?

idhamperdameian commented 9 years ago

I think no. It's seem view.txt use for all template, but will be better if we can customize each of templates. This should be nice future improvement.