pipe-dream / laravel-create

Create Laravel projects really fast
1.31k stars 109 forks source link

Laravel 6 cant generate templates file #69

Open omkar2361 opened 4 years ago

omkar2361 commented 4 years ago

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 )

ajthinking commented 4 years ago

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?

rajuprasad21 commented 4 years ago

image

I am getting this error in console in Laravel6