Noty not defined

215 Views Asked by At

I am trying to install noty to get notifications in my laravel project, but it doesn't seem to be working, I always get that Noty is not defined, I have tried everything and don't really know what to do, any solution?

Instalation :

enter image description here

App.scss :

enter image description here

Bootstrap.js :

enter image description here

app.blade.php :

enter image description here

Error :

Uncaught ReferenceError: Noty is not defined

I would appreciate some help.

2

There are 2 best solutions below

0
S.Kashizadeh On

try add run this when you want to test :

npm run dev
0
Juntrubal On

Fixed it by adding a window.onload function