Remove the "show" verb from example routes names
This changes all examples from /blog/show/{id} to /blog/{id}. This makes more sense in terms of HTTP, since the HTTP methods are the verbs and the URL represents a resource.
Showing
Please register or sign in to comment