Skip to content

mind-io/laravel-email-verification-app-boilerplate

 
 

Repository files navigation

Laravel app boilerplate with email verification on registration

Every time I or my colleagues at LUBUS start a laravel project , we need to re-implement this process of adding email verification in the project every time , so created this boilerplate out of personal needs

How I achieved this can be read here at my blog

The default master branch is for Laravel 5.4 , for Laravel 5.3 boilerplate switch to the v5.3 branch

  • Download and run composer install
  • If you already have a fresh install of laravel 5.3 , make sure to run php artisan make:auth at the start
  • After installation , configure the .env file (App key, Database credentials, Mail driver)
  • Run php artisan migrate
  • That's it , you are done!

I advise you to read the blog mentioned above to understand what's going on here exactly. If you have any questions or suggestions , drop a comment on the blog or create an issue here , would be happy to help , or just come say hi :-)

Will keep it updated with the latest stable laravel version

About

Laravel app boilerplate with email verification process on registration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 71.2%
  • HTML 25.7%
  • JavaScript 1.1%
  • Other 2.0%