artdarek / toastr

Flash Messages for Laravel 5
0 stars 2 forks source link

No hint path defined for [toastr] #3

Open RosiersRobin opened 6 years ago

RosiersRobin commented 6 years ago

Hi,

I installed the package according to the readme, but when I add @include('toastr::alerts'), it returns No hint path defined for [toastr]. What am I doing wrong?!

RosiersRobin commented 6 years ago

Also, when I try to use the code, I get Class 'App\Http\Controllers\Auth\Toastr' not found. So I try to execute Toastr::success('Welcom back!')->push();