mckenziearts / laravel-notify

Flexible Flash notifications for Laravel
Other
1.62k stars 189 forks source link

notify() helper function not working inside controller #46

Closed AHS12 closed 3 years ago

AHS12 commented 3 years ago

laravel version: 5.7 notify version: 1.1.2

Undefined function 'App\Http\Controllers\client\monitor\notify'. Screenshot 2020-10-19 183027 Screenshot 2020-10-19 183250

do I need to import anything in the controller? please help.

AHS12 commented 3 years ago

My issue has been solved. And I don't know why. I think for some reason laravel didn't register the package into the project back than.today for some reason I tried again and it worked.