Laravel 11 Vite change public folder to public_html
I’m trying to change the “public” folder to “public_html” in Laravel 11 Vite.
With Webpack.mix it was a easy task but with Vite I can’t seem to make it work.
I’m trying to change the “public” folder to “public_html” in Laravel 11 Vite.
With Webpack.mix it was a easy task but with Vite I can’t seem to make it work.