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?!
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();
Hi,
I installed the package according to the readme, but when I add
@include('toastr::alerts')
, it returnsNo hint path defined for [toastr]
. What am I doing wrong?!