Skip to content

Instantly share code, notes, and snippets.

@dsebao
Forked from ajitbohra/info.md
Created February 14, 2020 03:49
Show Gist options
  • Save dsebao/77e43a0dc3ff99715f300bfdbd5c2f9f to your computer and use it in GitHub Desktop.
Save dsebao/77e43a0dc3ff99715f300bfdbd5c2f9f 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