gravure/laravel-verification-tokens

Generic verification library for Laravel with callback and events.
259
Install
composer require gravure/laravel-verification-tokens
Latest Version:1.0
PHP:^7.0
License:MIT
Last Updated:Oct 25, 2017
Links: GitHub  ·  Packagist
Maintainer: Luceos

Laravel verification tokens

A library to easily generate a token, for use in e-mail for instance, and automatically process callbacks.

Installation

composer require gravure/laravel-verification-tokens

Register the service provider in your config/app.php:

    // 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.

Related Packages

erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

617,346,630 9,703
laravel/framework

The Laravel Framework.

561,395,438 34,860
laravel/tinker

Powerful REPL for the Laravel framework.

471,804,685 7,440