Step By Step Tutorial On How To Use Auth0 in Laravel 9 for User Authentication

Mark Caggiano
3 min readMar 22

Step 1: Create a new Laravel project

Assuming you have Laravel installed, you can create a new project using the following command:

composer create-project --prefer-dist laravel/laravel my-project

Step 2: Install the Auth0 PHP SDK