Laravel-4-Generators
Laravel-4-Generators copied to clipboard
Is there a way to write specific templates for create, index, edit and show actions?
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?
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.