Skip to content

Commit

Permalink
docs: add Vite infobox for Laravel quickstart (ddev#6220) [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
mandrasch and tyler36 authored May 20, 2024
1 parent 889d886 commit c1e3a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spellcheckwordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ bugfix
bugfixes
buildkite
buildx
bundler
busybox
by
cd
Expand Down
3 changes: 3 additions & 0 deletions docs/content/users/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ The Laravel project type can be used for [StarterKits](https://laravel.com/docs/
ddev config --project-type=laravel --docroot=public --omit-containers=db --disable-settings-management=true
```

!!!tip "Add Vite support?"
Since Laravel v9.19, Vite is included as the default [asset bundler](https://laravel.com/docs/master/vite). There are small tweaks needed in order to use it: [Working with Vite in DDEV - Laravel](https://ddev.com/blog/working-with-vite-in-ddev/#laravel).

## Magento

=== "Magento 2"
Expand Down

0 comments on commit c1e3a92

Please sign in to comment.