Skip to content

Instantly share code, notes, and snippets.

@ajitbohra
Created March 5, 2018 03:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ajitbohra/d4afe25b7dba8f782641301af1c29e18 to your computer and use it in GitHub Desktop.
Save ajitbohra/d4afe25b7dba8f782641301af1c29e18 to your computer and use it in GitHub Desktop.
Laravel Development Using Local By FlyWheel
  • Use local site "app" fodler as root for Laravel
  • Create a .env file using info from Local site domain
  • CLI Run php artisan key:generate
  • CLI Run php artisan config:cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment