laravel mix disable notifications

Solutions on MaxInterview for laravel mix disable notifications by the best coders in the world

showing results for - "laravel mix disable notifications"
Carsten
13 Jan 2016
1mix.disableNotifications(); // Disable success and error Notification
2mix.disableSuccessNotifications(); // Disable only success Notification and show error Notification