merged branch igorw/route-no-verbs (PR #630)
This PR was merged into the master branch. Commits ------- 1e2655f4 Remove the "show" verb from example routes names Discussion ---------- [docs] 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