oldtimeguitarguy / token-wall
Simple token wall middleware for Laravel
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/oldtimeguitarguy/token-wall
This package is not auto-updated.
Last update: 2025-09-24 04:38:17 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