DEV Community

Mahedi Hasan
Mahedi Hasan

Posted on

Adding Toastr Notifications in Laravel

Toastr is awesome JavaScript library that help to display message in the form of notification, the message could be type of info, success, warning or error . When a user signs up on your website or performs an action that needs a notification. A good option is to use the ToastrJS library.

But in this tutorial i will use this packages to complete Toastr notification system in our laravel app. You can read this documentation also. i thinks it is pretty awesome and simple also easy to customize visualization

https://codechief.org/article/adding-toastr-notifications-in-laravel

Top comments (0)