How do i fix routing problem when deploying laravel with filament

Hello guys i need some help with deploying filament app, so i want to host the Laravel app, so i save the main Laravel app inside public_html/filament then i save the public folder from main laravel app inside public_html/access. but when i do this from what i get from inspect is the laravel app try to access the build and vendor folder from the root public_html folder so i did just that i copy build and assets file to public_html folder but when i try to access the admin panel through login I always met an error that says Object Not Found from apache. so i figure this has to do with routing but i didnt know how to change or modified it so if you guys know anything let me know this is my first real project so thank you very much
Was this page helpful?