Skip to content

Commit

Permalink
Fix default config
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Oct 18, 2020
1 parent 54d25c3 commit fb534b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
QUEUE_CONNECTION=database
SESSION_DRIVER=file
SESSION_LIFETIME=120

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This app is based on PHP framework "Laravel" version 8.9.0 with using JS framewo
### Usage

- Go to back-office and upload XML file with books data:
![Books Library Back-Office](resources/img/backoffice.png),
![Books Library Back-Office](resources/img/backoffice.png)
- The uploaded file will be processed by laravel queue job, so you need to keep run it on server by command `php artisan queue:work`,
- Result of the import from queue you can check in the log file `/storage/logs/laravel.log`.

Author: Yuriy Bakhtin
Author: **Yuriy Bakhtin**

0 comments on commit fb534b5

Please sign in to comment.