2017 © Pedro PelĂĄez
 

library lockfile

A session driver which properly locks the file session driver for Laravel

image

cedricve/lockfile

A session driver which properly locks the file session driver for Laravel

  • Wednesday, June 14, 2017
  • by cedricve
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,465 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 16 % Grown

The README.md

Lock file

A service provider driver which properly locks the file session driver for Laravel., (*1)

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., (*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)

Usage

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',

The Versions

14/06 2017

dev-master

9999999-dev

A session driver which properly locks the file session driver for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Cédric Verstraeten

session lock file

14/06 2017

v1.0.1

1.0.1.0

A session driver which properly locks the file session driver for Laravel

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Cédric Verstraeten

session lock file

07/02 2017

v1.0.0

1.0.0.0

A session driver which properly locks the file session driver for Laravel

  Sources   Download

MIT

The Requires

 

by Cédric Verstraeten

session lock file