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
I'm upgrading my application from Laravel 9 to Laravel 10. My application uses the yoeunes/toastr library for notifications. The entire upgrade has gone smoothly, except for an issue in my app.blade.php file where I have the directives @toastr_css, @toastr_render, and @toastr_js. These directives are being printed in my views, and when I execute a submit action, I get the error ReferenceError: toastr is not defined. How can I resolve this issue?
The text was updated successfully, but these errors were encountered:
I'm upgrading my application from Laravel 9 to Laravel 10. My application uses the yoeunes/toastr library for notifications. The entire upgrade has gone smoothly, except for an issue in my app.blade.php file where I have the directives @toastr_css, @toastr_render, and @toastr_js. These directives are being printed in my views, and when I execute a submit action, I get the error ReferenceError: toastr is not defined. How can I resolve this issue?
The text was updated successfully, but these errors were encountered: