Listing all URLs? #141
-
Hey is there a way to list all the shorted URls? |
Beta Was this translation helpful? Give feedback.
Answered by
ash-jc-allen
Aug 31, 2022
Replies: 1 comment 1 reply
-
Hey! The ShortURL::all(); Hopefully this helps a bit? 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ash-jc-allen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
The
ShortURL
class is a normal Laravel model, so you could get all of your Short URLs by using something like:ShortURL::all();
Hopefully this helps a bit? 🙂