Replies: 1 comment
-
Figured this out myself. Laravel had my APP_URL set to the default project name I setup when creating my app via sail (i.e. http://myapp.test), but I was accessing my app via http://localhost. I updated APP_URL in my .env file to http://localhost, cleared my config (php artisan config:clear) and re-pulled the google fonts (php artisan google-fonts:fetch). This pulled the fonts again and regenerated the fonts.css file. Boom :) Can close this out - but figured i'd answer this for anyone else who runs into this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm running Laravel locally using Sail. I followed the instructions, but I'm getting a 500 net::ERR_NAME_NOT_RESOLVED error when my front end tries to access the fonts. I double checked that the sym link was created and all the directories have open permissions.
Beta Was this translation helpful? Give feedback.
All reactions