Created
February 24, 2018 19:17
-
-
Save tdebatty/963f9a5e6a617735594e7d10660f2994 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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