simion-chis
Results
3
comments of
simion-chis
I don't know if this apply to your scenario. In my case I have imported models with ```php artisan scout:import "App\Models\ModelName"``` and after import ```php artisan queue:listen```. At import, jobs...
You can also use ```php artisan scout:import "App\Models\CarIn"```
I solved with ```window.notify = require("bootstrap4-notify");``` in ```bootstrap.js``` and then use ```$.notify({options},{settings})``` Laravel 8 Bootstrap 4.6