Download the PHP package adamibrahim/email_confirm without Composer
On this page you can find all versions of the php package adamibrahim/email_confirm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adamibrahim/email_confirm
More information about adamibrahim/email_confirm
Files in adamibrahim/email_confirm
Package email_confirm
Short Description Laravel 5.6 Natively Email confirmation Package
License MIT
Homepage https://github.com/adamibrahim/email_confirm
Informations about the package email_confirm
Laravel 5.6 Email confirmation
Laravel 5.6 Natively Email confirmation Package Using Queue to send Emails
Demo
You can see working demo
Install
Laravel fresh installation
Create / configure .env file
- database access
- QUEUE_DRIVER=database
- Email configuration
Install the package Via Composer
If you installing at laravel 5.5 or higher then you may go directly to Publish other wise you will need to edit composer.json and register the Service Provider
composer.json
Add this code to your composer.json under the autoload at your main directory
Service Provider
At file config/app.php register service provider under * Package Service Providers...
Publishing
This will overwrite your User.php model
Database Migrating
run the Artisan migration command
Job Queues
I'm Using Queues to send emails (speed up the app) however if you don't wish to use it you can change at your .env file
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
Credits
- Hostato
- All Contributors
License
The MIT License (MIT). Please see License File for more information.