
We create a database, migrations, models and we finally migrate.
We setup the models relations and the fillable on each model.
Here we hook into the registration and create the activation code.
On this lecture we setup our email smtp configurations, we create an email class and for those using this feature for the first time, I would be explaining how it works.
Here we add notifications for the registration page, so the user knows that they have to check their email for activation and also the resend code notification for the login page.
Here we create routes for the controller and hook up the link from the notification to a method
Learn how to activate users account via email with your Laravel app.
On this course we cover
You can use the knowledge of this course to create a really awesome user registration that activates and notifies users in Laravel apps.
Laravel has become one of the best and most popular PHP framework on the planet. For a time it seemed that PHP was boring and and just plain old. Laravel brought back the joy of coding to the PHP community.
Laravel has many functionalities right out of the box, but it is lacking the account user activation which in my opinion is necessary for applications to have since there is so much SPAM.
On this course, we are going straight to the point and build an account activation small app where the user registers, gets an email to activate their account and if they did not get it, they can ask for the code again.
If you ready to learn then I'm ready to teach, lets do it
Edwin Diaz