oldtimeguitarguy / token-wall
Simple token wall middleware for Laravel
v1.1.0
2016-08-21 17:24 UTC
This package is not auto-updated.
Last update: 2024-11-20 00:31:30 UTC
README
Installation
composer require oldtimeguitarguy/token-wall
- Add the following to
config/app.php
providers array:OldTimeGuitarGuy\Laravel\TokenWallServiceProvider::class,
- Run
php artisan vendor:publish
- Add
OldTimeGuitarGuy\Laravel\Middleware\TokenWall::class
to the line you require inHttp/Kernel.php
- Configure settings
config/token-wall.php