library laravel-verification-tokens
Generic verification library for Laravel with callback and events.
gravure/laravel-verification-tokens
Generic verification library for Laravel with callback and events.
- Thursday, March 23, 2017
- by Luceos
- Repository
- 3 Watchers
- 0 Stars
- 184 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 1 % Grown
Laravel verification tokens
A library to easily generate a token, for use in e-mail for instance, and automatically
process callbacks., (*1)
Installation
composer require gravure/laravel-verification-tokens
Register the service provider in your config/app.php
:, (*2)
// Gravure verification tokens
Gravure\Verification\Providers\VerificationProvider::class,
The route provider register the callback handler, the route is named: verification.callback
.
Feel free to implement your own provider and/or route., (*3)
dev-master
9999999-dev
Generic verification library for Laravel with callback and events.
Sources
Download
MIT
The Requires
1.0
1.0.0.0
Generic verification library for Laravel with callback and events.
Sources
Download
MIT
The Requires