laravel-create icon indicating copy to clipboard operation
laravel-create copied to clipboard

Laravel 6 cant generate templates file

Open omkar2361 opened this issue 6 years ago • 2 comments

In the laravel 6 i try to publish templates but cant generate any template in 5.8 it was working this is command to publish template i am using ( php artisan vendor:publish --tag=templates )

omkar2361 avatar Sep 11 '19 07:09 omkar2361

Hi @omkar2361, thanks for reporting and apologies for the delayed answer. We moved the templates to the javascript side, thats making it a bit more tricky to publish them. Would love to have your input on this. What is your use case? Reuse templates between projects?

Maybe there can be a publish button on the templates tab. Then when loading the GUI, if there are published files in an assets dir, these will take precedence over default. However, if the user modifies the templates in the GUI, then the asset-dir-templates should NOT take precedence, right?

ajthinking avatar Dec 21 '19 09:12 ajthinking

image

I am getting this error in console in Laravel6

rajuprasad21 avatar Feb 15 '20 14:02 rajuprasad21