We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106bf15 commit 11e85f8Copy full SHA for 11e85f8
README.md
@@ -15,6 +15,17 @@ Via Composer
15
composer require aidynmakhataev/laravel-tarantool-session
16
```
17
18
+Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
19
+
20
+### Laravel without auto-discovery:
21
22
+If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
23
24
+```php
25
+\AidynMakhataev\Tarantool\Session\SessionServiceProvider::class
26
+```
27
+### Change session driver
28
29
Change the session driver in `config/session.php` to tarantool:
30
31
'driver' => 'tarantool',
0 commit comments