M
M
Millerish2020-03-10 18:37:15
Software Deployment
Millerish, 2020-03-10 18:37:15

How to publish a site?

How to transfer an application to the server on Laravel + voyager?

I try like this:

  1. git init
  2. git remote add origin ...
  3. git checkout master
  4. git-pull
  5. add.env
  6. add .htaccess
  7. php artisan migrate --force


When migrate gives:
In ProviderRepository.php line 208: Class 'TCG\Voyager\VoyagerServiceProvider' not found

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Millerish, 2020-03-12
@Millerish

The first time you run it on the server, it's best to copy the entire vendor folder.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question