Setup php framework cakephp/laravel project from git
Git clone
git clone https://github.com/gitname/project.git
Install PackagesComposer install
"composer update is mostly used in the 'development' phase, to upgrade our project packages. composer install is primarily used in the 'deploying phase' to install our application on a production server or on a testing environment, using the same dependencies stored in the composer."
Update database and other environment settingsExample: key creation, database setup etc
Comments
Post a Comment