From fb534b58dda1519e280550f050af8eaa6235e2e2 Mon Sep 17 00:00:00 2001 From: yurabakhtin Date: Mon, 19 Oct 2020 02:27:40 +0300 Subject: [PATCH] Fix default config --- .env.example | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index ac74863..03c78c5 100644 --- a/.env.example +++ b/.env.example @@ -15,7 +15,7 @@ DB_PASSWORD= BROADCAST_DRIVER=log CACHE_DRIVER=file -QUEUE_CONNECTION=sync +QUEUE_CONNECTION=database SESSION_DRIVER=file SESSION_LIFETIME=120 diff --git a/README.md b/README.md index d194a36..8935e13 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +Author: **Yuriy Bakhtin** \ No newline at end of file