So I'm trying to build an application with both Laravel and VueJs but I'm stuck at one point.
Is it possible to use VueJs mustache templating (which is {{exemple}}
) without launching a Laravel error since laravel used it too like {{$exemple}}
?
I think you can do what you're after using the @{{ example }}
syntax that Blade allows us to use when using a JS framework inside Laravel.
Hope this helps! :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With