I did a test project on Laravel voyager. I want to publish it to the server.
I try this:
git init
- git remote add origin ***
 - git checkout master
 - git pull
 - add .env
 - add .htaccess
 - php artisan migrate --force
 
In ProviderRepository.php line 208: Class 'TCG\Voyager\VoyagerServiceProvider' not found
How to do it?
Update:
php artisan composer install run – Kamlesh Paul
In ProviderRepository.php line 208: Class 'TCG\Voyager\VoyagerServiceProvider' not found
php artisan composer installrun - Kamlesh Paulvendorfiles under version control? - Nico Haase