I've implemented search in my application using Scout and the tntsearch driver. Locally it works great. After deploying to production I noticed that search was not returning anything.
I opened up a console and tried to run the php artisan scout:import and php artisan tntsearch:import commands but get an error from artisan that says these commands are not found.
I'm assuming there is some production level step that I'm missing?