2017 © Pedro Peláez
 

library token-wall

Simple token wall middleware for Laravel

image

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

The README.md

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

The Versions

21/08 2016

dev-master

9999999-dev

Simple token wall middleware for Laravel

  Sources   Download

MIT

by Karl Hepler

21/08 2016

v1.1.0

1.1.0.0

Simple token wall middleware for Laravel

  Sources   Download

MIT

by Karl Hepler

11/08 2016

v1.0.0

1.0.0.0

Simple token wall middleware for Laravel

  Sources   Download

MIT

by Karl Hepler