Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.28 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.28 KB

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.

Getting Started

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

License

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ファイルを参照してください。