Download the PHP package stylers/laravel-email-verification without Composer
On this page you can find all versions of the php package stylers/laravel-email-verification. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stylers/laravel-email-verification
More information about stylers/laravel-email-verification
Files in stylers/laravel-email-verification
Download stylers/laravel-email-verification
More information about stylers/laravel-email-verification
Files in stylers/laravel-email-verification
Vendor stylers
Package laravel-email-verification
Short Description Model has to verify it's email
License MIT
Homepage https://github.com/stylers-llc/laravel-email-verification
Package laravel-email-verification
Short Description Model has to verify it's email
License MIT
Homepage https://github.com/stylers-llc/laravel-email-verification
Please rate this library. Is it a good library?
Informations about the package laravel-email-verification
Laravel Email Verification (non-released)
TODO
- [ ] Release
- [ ] Publish on Packagist
Requirements
- PHP >= 7.1.3
- Laravel ~5.x
Installation
Publish the assets
Run the migrations
Usage
Set up the abstraction
Register your listeners to events
Example of generating email-verification-request
Make your own route to create verification-request. Write the code below into the routes/web.php and implement your action
Example of verification
Make your own verification route. Write the code below into the routes/web.php and implement your action
Implement your verifyEmail method in AnyController
All versions of laravel-email-verification with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/database Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/notifications Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/bus Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/database Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/notifications Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/bus Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0
The package stylers/laravel-email-verification contains the following files
Loading the files please wait ....