docs: update laravel.md creating project command (#752)

This commit is contained in:
Krishna Bhandari 2024-09-09 16:19:10 +05:45 committed by GitHub
parent 573443f352
commit ccbdc2f90f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ description: Install and configure Laravel with Inertia
Start by creating a new Laravel project with Inertia and Vue using the Laravel installer `laravel new my-app`: Start by creating a new Laravel project with Inertia and Vue using the Laravel installer `laravel new my-app`:
```bash ```bash
laravel new my-app --typescript --breeze --stack=vue --git --no-interaction laravel new my-app --breeze --stack=vue --git
``` ```
### Run the CLI ### Run the CLI