Installing Breeze doesn't automatically add APP_FRONTEND_URL to the .env file #39932
Unanswered
garethredfern
asked this question in
General
Replies: 1 comment
-
Seeing this also after a fresh install of breeze using sail. Is it an issue with the wording in the docs? or a bug? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if this is a an issue with the Breeze package or not. The docs state:
https://laravel.com/docs/8.x/starter-kits#breeze-and-next
Laravel version 8.75.0
When I install Laravel using Sail and Breeze using
sail composer require laravel/breeze --dev
theAPP_FRONTEND_URL
variable is not automatically added to my .env file. Not a big issue at all because it's easy to add but thought I would mention it.Beta Was this translation helpful? Give feedback.
All reactions