tumainimosha / laravel-verifiable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verifiable

Software License Travis Total Downloads

Install

composer require tumainimosha/laravel-verifiable

Publish Migrations

php artisan vendor:publish --provider="Tumainimosha\Verifiable\VerifiableServiceProvider" --tag="migrations"
php artisan migrate

Publish Configuration File

Publish config file to customize the default package config.

php artisan vendor:publish --provider="Tumainimosha\Verifiable\VerifiableServiceProvider" --tag="config"

Usage

Write a few lines about the usage of this package.

Testing

Run the tests with:

vendor/bin/phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email princeton.mosha@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

About

License:MIT License


Languages

Language:PHP 100.0%