Skip to content

Instantly share code, notes, and snippets.

@tdebatty
Created February 24, 2018 19:17
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 tdebatty/963f9a5e6a617735594e7d10660f2994 to your computer and use it in GitHub Desktop.
Save tdebatty/963f9a5e6a617735594e7d10660f2994 to your computer and use it in GitHub Desktop.
.env (and .env.example):
DB_CONNECTION=sqlite
config/database.php:
connections => sqlite
'database' => __DIR__ . '/../storage/app/db.sqlite',
touch storage/app/db.sqlite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment