v1.0.0
1.0.0.0A session driver which properly locks the file session driver for Laravel
MIT
The Requires
- php >=5.4.0
- illuminate/auth 4.2.*
by Cédric Verstraeten
session lock file
Wallogit.com
2017 © Pedro PelĂĄez
A session driver which properly locks the file session driver for Laravel
A service provider driver which properly locks the file session driver for Laravel., (*1)
This issue was resolved with a pull request that was never integrated in the Laravel core, because the Laravel team wasn't able to reproduce it., (*2)
https://github.com/laravel/framework/pull/6848, (*3)
Some other topics regarding this issue., (*4)
https://github.com/laravel/framework/issues/7549, (*5)
https://github.com/laravel/framework/issues/8172, (*6)
Add to composer.json., (*7)
"cedricve/lockfile": "1.0.0",
Load Service Provider in app/config/app.config, immediately after SessionServiceProvider., (*8)
'Illuminate\Session\SessionServiceProvider', 'Cedricve\Lockfile\LockfileServiceProvider',
Load the lockfile session provider in app/config/session.php., (*9)
'driver' => 'lockfile',
A session driver which properly locks the file session driver for Laravel
MIT
session lock file