How do i install laravel 9 vite on shared hosting successfully
Hello happy Sunday, since the introduction on laravel vite it has been really difficult for me to install laravel 9 on shares hosting without encountering STYLES issue
The CSS won't render the @vite([]) isn't getting the CSS and js file
If you have deploy a project on shared Hosting without encountering this issue please help
@Sinnbeck I have done that after building the assets locally, the website works no errors but the vite directive isn't getting the assets file location
but since it doesn't work in the shared hosting ?
since you mentioned that something like that, "build the assets locally and upload it to the server" as you knew in the shared hosting can't run the npm run dev. or npm instal
so my question is, it possible that i can build it via Vite and then move the project to the /shared hosting and use the assets from build folder.