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 - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -