Update apps/www/src/content/docs/installation/laravel.md

This commit is contained in:
Sadegh Barati 2024-09-09 14:01:22 +03:30 committed by GitHub
parent 2e950f6335
commit e336c26b01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,6 @@ laravel new my-app --breeze --stack=vue --git
Run the `shadcn-vue` init command to setup your project: Run the `shadcn-vue` init command to setup your project:
```bash ```bash
cd my-app
npx shadcn-vue@latest init npx shadcn-vue@latest init
``` ```