Serve index.php from public folder #56
Replies: 2 comments 1 reply
-
|
What is your project structure? Maybe your could specify your config like: usePHP({
entry: ['public/index.php'],
});Keep in mind you would |
Beta Was this translation helpful? Give feedback.
-
|
I am having similar issue. I aim to have multiple "projects" inside of src/projects folder, where I would be able to create dev server and build those projects with a flag Before I did this (separated everything into projects), I had one project inside of the root directory with index.php as main index file, and everything was working fine with basic Vite and vite-plugin-php configs. Right now, every I tried this in config This generates |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Originally posted by @jonacio in #10
Beta Was this translation helpful? Give feedback.
All reactions