CSS isn't working after deploying filamentphp app to free hosting for testing.
after deployng my application to a free hosting i got just the login page without any styling, same for "ngrok"
4 Replies
Sounds like you have not run the storage link, or setup the url in the .env.
I didn't change anything from .env
this is my .env file:
APP_NAME=Skyle
APP_ENV=local
APP_KEY=my_app_key
APP_DEBUG=true
APP_URL=http://localhost:8000
by the way i am using ngrok
You really need to spen some time learning Laravel. You need to update your .env, is the app url really localhost when it's now in the cloud?
Thank you so much