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-09-24 23:54:50 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