This app has a frontend registration form and a backend that validates data, saves data in DB, and triggers a Laravel event named UserRegistered
Copy env.example and rename new one to .env create database and put to env file database credentials
composer install
php artisan key:generate
php artisan migrate
npm install
npm run dev
php artisan serve
and go to localhost



