You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
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 )
The text was updated successfully, but these errors were encountered:
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?
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 )
The text was updated successfully, but these errors were encountered: