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

v1.1.0 2016-08-21 17:24 UTC

This package is not auto-updated.

Last update: 2025-09-24 04:38:17 UTC


README

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