background
Home / Portfolio / Laravel Passwordless Authentication
PORTFOLIO

Laravel Passwordless Authentication

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

#Laravel  #Inertia JS  #React JS  

Laravel Passwordless Authentication

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

Source code : GitHub

Installation and Usage

Clone the repository

1git clone https://github.com/raprmdn/laravel-passwordless-authentication.git
bash

Go to the project directory

1cd laravel-passwordless-authentication
bash

Install dependencies

1# composer 2composer install 3 4# npm 5npm install
bash

Copy .env.example to .env

1cp .env.example .env
bash

Generate an application key

1php artisan key:generate
bash

Run migration

1php artisan migrate
bash

Run the application

1php artisan serve 2 3npm run dev 4 5php artisan queue:work
bash

Preview

Laravel Passwordless Authentication Preview
Laravel Passwordless Authentication Preview