Laravel 5 Login with Username or Email

Login with Email and Username in laravel 5.6. You can find article explaining the steps in this article Login with Email and Username in laravel 5.6

Prerequisites

Basic knowledge of Laravel 5

Installing

  1. Clone the project in your local directory
  2. Run command composer install
  3. Setup database
  4. Start local development environment with php artisan serve

You are all set!

License

This project is licensed under the MIT License - see the LICENSE.md file for details