Faizan Ahmad

Results 14 comments of Faizan Ahmad

@faisalsehar786 is it working with laravel 7?

**My packages Details** > "laravel/framework": "^7.0", > "laravel/scout": "^8.6", > "teamtnt/laravel-scout-tntsearch-driver": "^11.1"

i am searching on it.. but didn't find anything to debug it.. as my model class working fine in controller and other places.

![image](https://user-images.githubusercontent.com/66687523/108563621-8c4f7800-7323-11eb-9dad-3a45eee84955.png) My folder Structure.. one change i have done is here.. before my models were in app directory... i moved them in App\Models Directory.

After that i run this command **composer require teamtnt/laravel-scout-tntsearch-driver** > Configure this package same as given in the first page.. > > Add the service provider: > > // config/app.php...

after that i run **php artisan scout:import App\\Models\CarIn** ![image](https://user-images.githubusercontent.com/66687523/108563926-20214400-7324-11eb-971c-9e856a52bded.png)

Following this video https://www.youtube.com/watch?v=yuG1kS9WFz0&t=4s

Thanks for the help it is resolved. the problem is with the backslash `php artisan scout:import App\Models\CarIn` it is working `php artisan scout:import App\\Models\\CarIn ` it is not