This is a sample project demonstrating how to integrate the Auth0 Laravel SDK into a Login 3.0 ecosystem. For Laravel 10 applications, the integration steps are identical.
Use Composer to install the dependencies and prepare env variables:
composer install
cp .env.dev .env
Run the application:
php artisan serve --host localhost --port 3000
Open in browser http://localhost:3000
This project is licensed under the MIT license by Auth0. See the LICENSE file for more info.
これは、Auth0 Laravel SDKをLogin 3.0に統合する方法を示すサンプルプロジェクトです。Laravel 10アプリケーションの場合、統合手順は同じです。
Composerを使用して依存関係をインストールし、env変数を準備します:
composer install
cp .env.dev .env
アプリケーションを実行する:
php artisan serve --host localhost --port 3000
ブラウザで開く http://localhost:3000
このプロジェクトのライセンスはAuth0によるMITライセンスです。詳細はLICENSEファイルを参照してください。