Is there a better way in accessing $_GET
rather than the variable itself in Laravel or is that it?
I need multiple parameters for an API like /users?q=keyword&order=desc&limit=5
Is there a cleaner, safer and Laravel-ish way to access the $_GET values?
Thanks.