How to write auth login with laravel5.2?
How to write auth login with laravel5.2?
Read the documentation before asking questions, and ask again if you don’t understand anything.
Laravel 5.2 Documentation Service - User Authentication - Laravel Academy
I don’t understand what you want to ask
After Laravel 5.2, the built-in login function is not displayed by default, but in fact, the official still retains it and has not abandoned it. Run the command php artisan make:auth on the console to bring it up, and then use your method to access it