0
votes

I did a test project on Laravel voyager. I want to publish it to the server.

I try this:

git init

  1. git remote add origin ***
  2. git checkout master
  3. git pull
  4. add .env
  5. add .htaccess
  6. 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

1
php artisan composer install run - Kamlesh Paul
Have you checked whether composer got executed, or have you put all vendor files under version control? - Nico Haase

1 Answers

0
votes

typically there are few configuration steps to take with laravel projects. checkout this post for details -https://devmarketer.io/learn/setup-laravel-project-cloned-github-com/