npx @preset/cli apply hybridly/preset
This preset installs Hybridly in a fresh Laravel project.
·
By default, this preset installs Pest, sets up icon components through unplugin-icons
, and configures auto-imports thanks to unplugin-auto-import
and unplugin-vue-components
.
This is configurable by using command-line flags when using the preset.
Flag | Description |
---|---|
--i18n |
Install and configure vue-i18n and its Vite plugin |
--no-pest |
Skip Pest installation |
--no-icons |
Skip installation of unplugin-icons |
--no-auto-imports |
Skip installation of unplugin-auto-imports and unplugin-components |
·
Built with ❤︎ by Enzo Innocenzi