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
It would be nice to have some method to check syntax of the template.
I use your engine with Laravel/Nova application and I would like to have a validation function to check syntax before store it. into database.
I got stupid issues with foreach because I was trying to use PHP syntax instead of the correct one.
Thank you
The text was updated successfully, but these errors were encountered:
by using the error handler for unresolved variables from version 1.6.0 you can easily implement a syntax checker yourself with something like the code snippet below:
Hello,
It would be nice to have some method to check syntax of the template.
I use your engine with Laravel/Nova application and I would like to have a validation function to check syntax before store it. into database.
I got stupid issues with foreach because I was trying to use PHP syntax instead of the correct one.
Thank you
The text was updated successfully, but these errors were encountered: