codeigniter-vitejs icon indicating copy to clipboard operation
codeigniter-vitejs copied to clipboard

ViteJS Integration For Codeigniter4 🔥⚡

Results 6 codeigniter-vitejs issues
Sort by recently updated
recently updated
newest added

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...

bug

CodeIgniter version: 4.3.6 Package version: [v2 beta](https://github.com/firtadokei/codeigniter-vitejs/tree/v2) **Describe the bug** Broken bootstrapping ![image](https://github.com/firtadokei/codeigniter-vitejs/assets/93777256/46188c20-79b8-415d-85ed-df0d87dd99b0) **Expected behavior** Default starter site (svelte 3 template) **Additional context** I was going to post a new...

bug

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...

bug

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...

bug

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...

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...