Replies: 2 comments
-
I think you might be able to use Integrating with Laravel will be easier once we have the Vite plugin ready, it's currently under development. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That was exactly what I was looking for. I Wasn't aware you can append |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Iv'e got Maizzle integrated in a Laravel app. The templates being built are exported to blade.php but as I use blade tags within the maizzle I can't preview the templates properly with the maizzle dev server. I must run the production build and then preview the exported files within my Laravel app to view them properly.
It would be nice if there is a watch option on the build command like --watch. This would trigger a build on any file change within Maizzle. Is this already possible? I basically have a PR ready to add the functionality but wanted to double check if such a watch mode might already be supported.
Beta Was this translation helpful? Give feedback.
All reactions