Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
70 views

The Toastr notification is not woking

i use toastr by Brian2694\Toastr\ToastrServiceProvider::class in my laravel project but now i have a problem is not working after redirect example when i update things i set toastr to show me the ...
Deogratias Alison's user avatar
0 votes
2 answers
751 views

Laravel-toastr notification is not working after host in a live server

I am using laravel-8 and follow this to use toastr message in my project. Same code is uploaded on live server. But tostr message is not working on live server where working on local. How to fix it? ...
Arafat Rahman's user avatar
0 votes
0 answers
138 views

Toastr is behaving strangely with query

I am using Toastr messages on a laravel project together with jquery to present information for the user. But if I need to persist the toast and let user click on the button I noticed that toast doesn'...
ToroLoco's user avatar
  • 501
2 votes
2 answers
2k views

How to use Laravel toaster package in Vue 3

I'm working in a project which is made in Laravel 8 and Vue 3. I use this Laravel toastr package: composer require yoeunes/toastr This toaster works very fine in Laravel Controller but the problem is ...
Mohsen's user avatar
  • 292