fragkp
fragkp
Hey! Unfortunately i haven't had enough time to test this branch in a real-world app. I will work on it this week. Also you might like to test this branch....
Would love to see this feature coming! One of my use case would be to check for "valid" method names on a controller. Valid according to this list of actions:...
I feel the same as @jasonmccreary . Changing all those methods just to save `->all()` is not worth it.
The `->get()` method should not be used in userland as the doc block says: "This method belongs to Symfony HttpFoundation and is not usually needed when using Laravel".
@Charlesnorris509 This PR has nothing do with DB calls. The request input could be used anywhere.