Guest User

Untitled

a guest
Feb 28th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. DB_CONNECTION=sqlite
  2. #DB_HOST=127.0.0.1
  3. #DB_PORT=3306
  4. #DB_DATABASE=./database/database.sqlite
  5. #DB_USERNAME=homestead
  6. #DB_PASSWORD=secret
  7.  
  8. 'connections' => [
  9.  
  10. 'sqlite' => [
  11. 'driver' => 'sqlite',
  12. 'database' => env('DB_DATABASE', database_path('database.sqlite')),
  13. 'prefix' => '',
  14. ],
Add Comment
Please, Sign In to add comment