Closed phillipmadsen closed 8 years ago
@phillipmadsen I am not able to get table.stub and table.blade.stub thing. Can you describe it bit more ? Also I have added a support for copy views directory.
You mean common directory by the directory contains errors.blade.php
and paginate.blade.php
?
If yes, then why you need to publish that folder ? Because even it will not reflect the changes, because those are loaded as views from static directory of core-templates
over here.
If you want to use your own errors and paginate then you should create it in your views directory and then customize templates to you those views.
php artisan infyom.publish:templates
Does not publish common template files. So common stubs are not being added to view folder.
Recap of stubs not publishing