tumainimosha/laravel-verifiable

This package is abandoned and no longer maintained. No replacement package was suggested.

Your Package Description here

0.4.1 2019-09-21 16:39 UTC

This package is auto-updated.

Last update: 2023-09-22 01:23:20 UTC


README

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.