library token-wall
Simple token wall middleware for Laravel
oldtimeguitarguy/token-wall
Simple token wall middleware for Laravel
- Sunday, August 21, 2016
- by oldtimeguitarguy
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
Laravel Token Wall Middleware
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 in Http/Kernel.php
- Configure settings
config/token-wall.php
dev-master
9999999-dev
Simple token wall middleware for Laravel
Sources
Download
MIT
by
Karl Hepler
v1.1.0
1.1.0.0
Simple token wall middleware for Laravel
Sources
Download
MIT
by
Karl Hepler
v1.0.0
1.0.0.0
Simple token wall middleware for Laravel
Sources
Download
MIT
by
Karl Hepler