What's new in laravel 5.2 - shujjahyamin/laravel-Learners GitHub Wiki
Welcome to the laravel-Learners wiki!
In laravel 5.2 Taylor Otwell made few extraordinary changes to do hours work in seconds.
So, If you want to include authentication in your laravel 5.2 project you only need to run a
<> php artisan make:auth <> command in you command prompt.
This will include the authentication middlewares in your routes group and using it you can handle all the authentication requests and Validation requests.