Laravel Passwordless Authentication

Example of Laravel Passwordless Authentication using Inertia JS and React JS.

Source code : GitHub

Installation and Usage

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