composer php - Updating laravel on live server -


i have updated laravel install locally, using cache busting

https://github.com/themonkeys/laravel-cachebuster

what best way on live server?

a) run composer update on live?

b) pull updated version git?

thanks.

continuous integration best way deploy on live server. check these links more information

https://en.wikipedia.org/wiki/continuous_integration

https://github.com/integrations/feature/continuous-integration

https://circleci.com/integrations/bitbucket/

https://about.gitlab.com/gitlab-ci/

or if want simple , easy can create packages on local example .deb packages on ubuntu , upload them extract on server


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -