Add .lndo.site to development URLs #5289
Unanswered
fembuelita
asked this question in
Ideas & Feature Requests
Replies: 0 comments
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.
-
I've just downloaded Nova as a first-time user and I use Lando for my local development of PHP apps (imagine Laravel Sail more generalized for any PHP app. It's a wrapper around Docker). Lando uses a
<site-name>.lndo.sitestrict naming convention for development environments. It would be very helpful if the Laravel Nova license check would add*.lndo.siteto it's whitelist (https://nova.laravel.com/docs/4.0/installation.html#using-nova-on-development-staging-domains) of development/staging URLs. Lando does support the "localhost:" URL structure, but some of the magical URL mapping features on Lando require using the<site-name>.lndo.siteformat. It's also easier on the brain to remember that URL than the localhost as with Lando the port changes every time the app restarts.If you're not familiar with Lando, you can learn more about it here:
Beta Was this translation helpful? Give feedback.
All reactions