0
Fork 0
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:
wonders88 2024-05-20 23:46:00 -07:00 committed by GitHub
parent 888c80ff99
commit 7fb4eb6daa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',