Skip to content

Instantly share code, notes, and snippets.

@yusupscopes
Last active February 3, 2019 15:15
Show Gist options
  • Save yusupscopes/1483bc973f7b4b21ae4aba3ab555a7c4 to your computer and use it in GitHub Desktop.
Save yusupscopes/1483bc973f7b4b21ae4aba3ab555a7c4 to your computer and use it in GitHub Desktop.
Things Todo After Clone Laravel Project From Remote Repository

Things Todo After Clone Laravel Project From Remote Repository

Type the command below:

Note: Make sure you're current working directory is in the project directory.

Install dependency

$ composer install

Copy example of environment variable file

$ cp .env.example .env

Generate security key for app

$ php artisan key:generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment