MyAuth – Laravel Authentication Bundle
So, when searching through all the Laravel authentication bundles I found some pretty cool stuff and I learned a lot about the built-in Laravel authentication system; however, I just wanted a simple authentication bundle that would get me up and running with a simple email and password login/signup.
So, I went ahead and created my own Laravel Bundle called ‘MyAuth’. It’s an authentication bundle that has a user login, logout, signup, and dashboard page. You can learn more about the bundle on the GitHub page: https://github.com/tnylea/myauth.
Below, is a short video that demonstrates how to install, use, and configure the bundle. I hope others will find this bundle useful and easy to modify.

One Response
1.25.2013
Hey, I used your bundle for my first laravel project. Simple and worked as advertised. I’m sure i will use it in the future.
Thanks.