codeigniter-vitejs
codeigniter-vitejs copied to clipboard
ViteJS Integration For Codeigniter4 🔥⚡
CodeIgniter version: 4.4.8 Package version: 1.1.1 **Describe the bug** Decorator does not run automatically. I don't know if I am missing a step in the setup, but I have everything...
CodeIgniter version: 4.3.6 Package version: [v2 beta](https://github.com/firtadokei/codeigniter-vitejs/tree/v2) **Describe the bug** Broken bootstrapping  **Expected behavior** Default starter site (svelte 3 template) **Additional context** I was going to post a new...
CodeIgniter version: 4.2.10 Package version: vue 3.2.27 **Describe the bug** A clear and concise description of what the bug is. **Expected behavior** A clear and concise description of what you...
CodeIgniter version: Package version: "mihatori/codeignitervite": "^1.1", "codeigniter4/framework": "4.2.6", **Describe the bug** I installed Codeigniter/Shield with Codeigniter fast. When I extend my basic layout, the js resource is doubled and there...
CodeIgniter version: 4.5.1 Package version: 1.1.1 Vite is not loaded it the route is defined as `$routes->get('/', 'FrontPage::display');` Vite should be loaded on all but the excluded routes. The bug...
When we use explode() for empty string, it will return an empty string inside array. Even when we use explode for string for something like "api,", it will return something...