Your frontend assets (CSS, JS) are pinned to the configured APP_URL.
Update it to match the host you are using, otherwise the styles and scripts will not load.
Configured (.env)MISMATCH
https://pim.evtrove.com
Actual (browser)IN USE
http://pim.evtrove.com
Update APP_URL in your .env file Open the project's .env and replace the APP_URL line.
APP_URL=http://pim.evtrove.com
Clear the application cache Run this in your terminal from the project root.
php artisan optimize:clear
Then hard refresh the page so the browser reloads the updated assets. Ctrl+Shift+R
0 of 2 steps complete
Powered by UnoPim.
An open-source project by Webkul.