Skip to content

gravure/laravel-verification-tokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Quick generation of verification tokens with callbacks.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages