Example of Laravel Passwordless Authentication using Inertia JS and React JS.
Source code : GitHub
Clone the repository
git clone https://github.com/raprmdn/laravel-passwordless-authentication.git
Go to the project directory
cd laravel-passwordless-authentication
Install dependencies
# composer
composer install
# npm
npm install
Copy .env.example
to .env
cp .env.example .env
Generate an application key
php artisan key:generate
Run migration
php artisan migrate
Run the application
php artisan serve
npm run dev
php artisan queue:work