Setup php framework cakephp/laravel project from git

Git clone

git clone https://github.com/gitname/project.git

Install Packages

Composer 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 settings

Example: key creation, database setup etc

Comments

Popular posts from this blog

Git Commands