lm-commons / lmc-vite
Laminas View Helpers for Vite
1.0.x-dev
2026-05-20 15:02 UTC
Requires
- php: ~8.3.0 || ~8.4.0 || ~8.5.0
- laminas/laminas-servicemanager: ^3.20
- laminas/laminas-view: ^2.30
Requires (Dev)
- laminas/laminas-coding-standard: ^3.1
- phpunit/phpunit: ^12.5
- psalm/plugin-phpunit: ^0.19.0
- vimeo/psalm: ^6.16
This package is auto-updated.
Last update: 2026-05-20 15:04:22 UTC
README
Laminas View Helpers for using Vite generated assets. This is more useful when using frontend applications such as React web applications built using Vite.
Requirements
- PHP 8.3 or higher
- Laminas View v2 or v3
Installation
LmcVite only officially supports installation through Composer.
Install the module:
$ php composer.phar require lm-commons/lmc-vite
Customize the module by copy-pasting
the config/vite.global.php.dist file to your config/autoload folder.
Documentation
The official documentation is available here folder.
Support
- File issues at LM-Commons issues.
- Ask questions in the LM-Commons Discord chat.