Skip to content

Instantly share code, notes, and snippets.

@mohamm6d
Last active March 20, 2020 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohamm6d/2302fcea1ff1eeb1d6dd411f137d9238 to your computer and use it in GitHub Desktop.
Save mohamm6d/2302fcea1ff1eeb1d6dd411f137d9238 to your computer and use it in GitHub Desktop.
Installing Laravel Commands
cp .env.example .env
php artisan key:generate
php artisan migrate
sudo chmod -R 777 storage
sudo chmod -R 777 bootstrap/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment