Commit a8a0996f authored by Taylor Otwell's avatar Taylor Otwell

Tweak default SQLite database.

parent b20409fa
...@@ -48,7 +48,7 @@ return array( ...@@ -48,7 +48,7 @@ return array(
'sqlite' => array( 'sqlite' => array(
'driver' => 'sqlite', 'driver' => 'sqlite',
'database' => __DIR__.'/../database/production.sqlite', 'database' => storage_path().'/database.sqlite',
'prefix' => '', 'prefix' => '',
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment