I have created a simple dashboard using Laravel and Filament with latest version.
After setting up the database and editing the .env file, when I deploy it to cPanel I can't load the Filament page, like the login UI. I just see the Laravel default page on /
route and /admin
route is showing me '404 resource not found' page.
Please help
I have edited the .env file to connect to MySQL from cPanel and, I can not see the Filament pages at all.
There might be an issue in your
.htaccess
configuration. Here is a sample.htaccess
that can handle a Laravel application routing in cPanel: