mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): fix Laravel misspelling (#5903)
This commit is contained in:
parent
888c80ff99
commit
7fb4eb6daa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { type GuideMetadata } from '../types';
|
|||
|
||||
const metadata: Readonly<GuideMetadata> = Object.freeze({
|
||||
name: 'PHP',
|
||||
description: 'Integrate Logto into your PHP web app, such as Lavarel.',
|
||||
description: 'Integrate Logto into your PHP web app, such as Laravel.',
|
||||
target: ApplicationType.Traditional,
|
||||
sample: {
|
||||
repo: 'php',
|
||||
|
|
Loading…
Add table
Reference in a new issue