Skip to content

Instantly share code, notes, and snippets.

@ashokgelal
Created December 10, 2017 18:44
Show Gist options
  • Save ashokgelal/86fb8172928666f0dd3f2433cc937550 to your computer and use it in GitHub Desktop.
Save ashokgelal/86fb8172928666f0dd3f2433cc937550 to your computer and use it in GitHub Desktop.
// add a new new key in config/app.php:
‘url_base’ => env(‘APP_URL_BASE’, ‘http://localhost'),
// modify your .env file:
APP_URL_BASE=townhouse.dev
APP_URL=http://${APP_URL_BASE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment