Simple token wall middleware for Laravel
16
0
1
Package Data
Maintainer Username: oldtimeguitarguy
Maintainer Contact: karl.hepler@gmail.com (Karl Hepler)
Package Create Date: 2016-08-11
Package Last Update: 2016-08-21
Language: PHP
License: MIT
Last Refreshed: 2024-11-19 03:09:03
Package Statistics
Total Downloads: 16
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel Token Wall Middleware

Installation

  1. composer require oldtimeguitarguy/token-wall
  2. Add the following to config/app.php providers array: OldTimeGuitarGuy\Laravel\TokenWallServiceProvider::class,
  3. Run php artisan vendor:publish
  4. Add OldTimeGuitarGuy\Laravel\Middleware\TokenWall::class to the line you require in Http/Kernel.php
  5. Configure settings config/token-wall.php