Lessons: 9Length: 1.1 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

4.1 Conclusion

Laravel's default configuration will fit the needs of most applications. But every application is different, and you may need to customize your application's authentication. In this course, you learned how to create and register your own user providers and guards!

My name is Jeremy McPeak, and from all of us here at Envato Tuts+, thanks for watching!

4.1 Conclusion

Laravel's default configuration will fit the needs of most applications and as you learned in the first lesson, adding authentication to your Laravel project is a breeze. But every application is different and you may need to customize your application's authentication. Now, there's nothing to worry about, because you now know how to write and register your own user providers and guards. But if you plan on using multiple guards, remember that users authenticated with one guard are not authenticated with other guards. The multi guard design could save you some time and simplify your application's code, but be sure to plan accordingly. It's a different way of authenticating different types of users and as such, it requires a different way of thinking. Thank you so much for watching this course. Please feel free to get in contact with me through Twitter or the Tuts+ forums if you have any questions. Once again, thank you and I will see you next time.

Back to the top