Merge branch 'issue-pi-8' of krzysiej/paper-pi into master

This commit was merged in pull request #63.
This commit is contained in:
2018-10-04 22:35:10 +02:00
committed by krzysiej
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@
Homestead.json Homestead.json
Homestead.yaml Homestead.yaml
.env .env
database/printer.db

View File

@@ -35,7 +35,7 @@ return [
'sqlite' => [ 'sqlite' => [
'driver' => 'sqlite', 'driver' => 'sqlite',
'database' => env('DB_DATABASE', database_path('database.sqlite')), 'database' => database_path(env('DB_DATABASE','database.sqlite')),
'prefix' => '', 'prefix' => '',
], ],

BIN
database/printer_example.db Normal file

Binary file not shown.