2017 © Pedro Peláez
 

library laravel-sessiontimeout

A middleware to deal with your sessiontimeout problems in Laravel 5

image

unicodeveloper/laravel-sessiontimeout

A middleware to deal with your sessiontimeout problems in Laravel 5

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

A laravel session timeout middleware

Latest Stable Version License Build Status Quality Score Total Downloads, (*1)

This package is a very simple but useful for handling session timeouts due to user inactivity on a website/application, (*2)

Installation

First, pull in the package through Composer., (*3)

"require": {
    "unicodeveloper/laravel-sessiontimeout": "1.0.*"
}

Next you must add the Unicodeveloper\Http\Middleware\SessionTimeout to the kernel., (*4)

// app/Http/Kernel.php

...
protected $middleware = [
    ...
    \Unicodeveloper\Http\Middleware\SessionTimeout::class,
];

Install

Via Composer, (*5)

``` bash $ composer require unicodeveloper/laravel-sessiontimeout, (*6)


## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test

Contributing

Please see CONTRIBUTING for details., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

23/11 2015

dev-master

9999999-dev https://github.com/unicodeveloper/laravel-sessiontimeout

A middleware to deal with your sessiontimeout problems in Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

The Development Requires

laravel laravel 5 session timeout laravel-sessiontimeout