Download the PHP package the-3labs-team/laravel-cookie-auth without Composer
On this page you can find all versions of the php package the-3labs-team/laravel-cookie-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download the-3labs-team/laravel-cookie-auth
More information about the-3labs-team/laravel-cookie-auth
Files in the-3labs-team/laravel-cookie-auth
Package laravel-cookie-auth
Short Description Laravel Cookie Auth
License MIT
Homepage https://github.com/the-3labs-team/laravel-cookie-auth
Informations about the package laravel-cookie-auth
Laravel Cookie Auth
A simple middleware for Laravel applications that creates a cookie for logged-in users. Used for simple configuration with FastCGI.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
In your Kernel.php
add the middleware as follows:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Stefano Novelli
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cookie-auth with dependencies
spatie/laravel-package-tools Version ^1.13.0
illuminate/contracts Version ^9.0|^10.0