{ "name": "illuminate/session", "description": "The Illuminate Session package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^8.1", "ext-ctype": "*", "ext-session": "*", "illuminate/collections": "^10.0", "illuminate/contracts": "^10.0", "illuminate/filesystem": "^10.0", "illuminate/support": "^10.0", "symfony/finder": "^6.2", "symfony/http-foundation": "^6.2" }, "autoload": { "psr-4": { "Illuminate\\Session\\": "" } }, "extra": { "branch-alias": { "dev-master": "10.x-dev" } }, "suggest": { "illuminate/console": "Required to use the session:table command (^10.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Console | Folder | 0755 |
|
|
Middleware | Folder | 0755 |
|
|
ArraySessionHandler.php | File | 2.57 KB | 0644 |
|
CacheBasedSessionHandler.php | File | 1.9 KB | 0644 |
|
CookieSessionHandler.php | File | 2.88 KB | 0644 |
|
DatabaseSessionHandler.php | File | 6.96 KB | 0644 |
|
EncryptedStore.php | File | 1.73 KB | 0644 |
|
ExistenceAwareInterface.php | File | 254 B | 0644 |
|
FileSessionHandler.php | File | 2.55 KB | 0644 |
|
LICENSE.md | File | 1.05 KB | 0644 |
|
NullSessionHandler.php | File | 986 B | 0644 |
|
SessionManager.php | File | 6.58 KB | 0644 |
|
SessionServiceProvider.php | File | 1.45 KB | 0644 |
|
Store.php | File | 16.05 KB | 0644 |
|
SymfonySessionDecorator.php | File | 3.39 KB | 0644 |
|
TokenMismatchException.php | File | 112 B | 0644 |
|
composer.json | File | 1.12 KB | 0644 |
|