-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work for laravel 7 #133
Comments
@da-production Can you put logs? What's the issue? Screenshot, system information and all... We can't debug without that. |
I am using Laravel 7 and it's working. @da-production remember by default variables are loaded in footer view/partialview. |
even i am struggling to make it work in v7. in v5, it worked great. it keeps saying: foo is undefined. |
You have to set in javascript.php the correct path for the shared view file in your layout. bind_js_vars_to_this_view = 'app.include.myscriptsview' the view app.include.myscriptsview should be there. And remember to remove the cache after your changes: php artisan config:clear |
i did all the steps and it doesn't work
The text was updated successfully, but these errors were encountered: