cedricve/lockfile

A session driver which properly locks the file session driver for Laravel
13,022 2
Install
composer require cedricve/lockfile
Latest Version:v1.0.1
PHP:>=5.4.0
License:MIT
Last Updated:Jun 14, 2017
Links: GitHub  ·  Packagist
Maintainer: cedricve

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

Related Packages

ytake/laravel-couchbase

Couchbase providers for Laravel

52,368 30
kevinsimard/laravel-cookieless-session

Laravel middleware to start a cookieless session

17,034 14
oryxcloud/laravel-dynamodb-session-driver

DynamoDB Session Driver for Laravel 5

61,121 14
tarach/laravel-session-messages

Manager for session messages in laravel 5

568 2
rairlie/laravel-locking-session

Provide session locking in Laravel

489,492 91