Auth
Based on Laravel's UI package this Auth package is a stripped down version with zero assumptions of your front-end framework choices. It uses simple authentication measures and basic form handling.
Make Auth
Exactly the way it works in Laravel UI. We run the following command to create our auth stubs.
php artisan make:auth --force=false
This will add all the files needed an append to our web.php
routes file the required routes for authentication.