Download the PHP package kevinsimard/laravel-cookieless-session without Composer
On this page you can find all versions of the php package kevinsimard/laravel-cookieless-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kevinsimard/laravel-cookieless-session
More information about kevinsimard/laravel-cookieless-session
Files in kevinsimard/laravel-cookieless-session
Download kevinsimard/laravel-cookieless-session
More information about kevinsimard/laravel-cookieless-session
Files in kevinsimard/laravel-cookieless-session
Vendor kevinsimard
Package laravel-cookieless-session
Short Description Laravel middleware to start a cookieless session
License MIT
Package laravel-cookieless-session
Short Description Laravel middleware to start a cookieless session
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-cookieless-session
Laravel Cookieless Session Middleware
All you need to do is to add the following key X-Session-Token
to your requests" headers to load sessions.
Installation
Replace the original start session middleware in app/Http/Kernel.php
.
Replace the original session service provider in config/app.php
.
Code Structure
├── src
│ └── Kevinsimard
│ └── CookielessSession
│ ├── Middleware
│ │ └── StartSession.php
│ └── Providers
│ └── SessionServiceProvider.php
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── composer.json
License
This package is open-sourced software licensed under the MIT license.
All versions of laravel-cookieless-session with dependencies
PHP Build Version
Package Version
Requires
illuminate/http Version
5.2.*|5.3.*
The package kevinsimard/laravel-cookieless-session contains the following files
Loading the files please wait ....