This is an example Laravel project that explains using the Laravel Extended Auth package and it's features.
- Clone the project
git clone https://github.com/yottahq/laravel-example-project.git- Move to the project directory and install dependencies
cd laravel-example-project
composer install
npm install && npm run build- Copy .env.example to .env and update the database and email configuration
cp .env.example .env4.Run the project
php artisan migrate
php artisan serve