oldtimeguitarguy/token-wall
Simple token wall middleware for Laravel
17
| Install | |
|---|---|
composer require oldtimeguitarguy/token-wall |
|
| Latest Version: | v1.1.0 |
| License: | MIT |
| Last Updated: | Aug 21, 2016 |
| Links: | GitHub · Packagist |
Maintainer: oldtimeguitarguy
Laravel Token Wall Middleware
Installation
composer require oldtimeguitarguy/token-wall- Add the following to
config/app.phpproviders array:OldTimeGuitarGuy\Laravel\TokenWallServiceProvider::class, - Run
php artisan vendor:publish - Add
OldTimeGuitarGuy\Laravel\Middleware\TokenWall::classto the line you require inHttp/Kernel.php - Configure settings
config/token-wall.php