#Example of Kbwebs multiauth
To Get it Working follow the below steps!!!
git clone https://github.com/sunilysk/auth.git
composer install
composer dump-autoload
4. Rename .env.example to .env and make changes to database and mandrill values( If u are using any other transcation mail provider then make changes to Config\mail.php as well) to make app run correctly.
php artisan migrate
php artisan key:generate