laravel-create
laravel-create copied to clipboard
Laravel 6 cant generate templates file
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 )
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?

I am getting this error in console in Laravel6