\ Use Vite's speed and tooling to work with PHP!
// vite.config.js import { defineConfig } from 'vite'; import usePHP from 'vite-plugin-php'; export default defineConfig({ plugins: [usePHP()], });