GitXplorerGitXplorer
c

lockfile

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
a122bee15fee0a2386da683826576399a00cb70b

Update composer.json

committed 8 years ago
Unverified
41e889f84bf6c37c8ba89afdc3c23ee1b83a9bb9

Create composer.json

committed 8 years ago
Unverified
1bbd770e9d4c95ba08b41f73fa098dc1b2daee59

Update README.md

committed 8 years ago
Unverified
2c32a598cdaec1b51ce5ab2173db3975f64a5b91

Update README.md

committed 8 years ago
Unverified
064b15cc51e565dd8826368fc219736596aed7af

Update README.md

committed 8 years ago
Unverified
50fdb53742eb3e068bb1856f3c828011603b4062

Update README.md

committed 8 years ago

README

The README file for this repository.

Lock file

A service provider driver which properly locks the file session driver for Laravel.

History

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.

https://github.com/laravel/framework/pull/6848

Some other topics regarding this issue.

https://github.com/laravel/framework/issues/7549

https://github.com/laravel/framework/issues/8172

Usage

Add to composer.json.

"cedricve/lockfile": "1.0.0",

Load Service Provider in app/config/app.config, immediately after SessionServiceProvider.

'Illuminate\Session\SessionServiceProvider',
'Cedricve\Lockfile\LockfileServiceProvider',

Load the lockfile session provider in app/config/session.php.

'driver' => 'lockfile',