Route::domain is only meant for subdomains? 🤔 #33348
Unanswered
awebartisan
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on url shortener, I have a main domain say "example.com" where user will create their short links...
Short links will have another domain "exmpl.co/123". This link will redirect user to original url.
One obvious solution is to create a separate app.
Is it possible to deal with this within one Laravel app?
Read the documentation about
Route::domain
but it always comes with subdomains.Beta Was this translation helpful? Give feedback.
All reactions