Present Laravel standards
completes and/or overrides Laravel docs.
route
's URL
MUST correspond to controller
's namespace
.
/foo/bar
= \App\Http\Controllers\Foo\Bar
route
's URL
MUST correspond to resource
's namespace
.
/resources/foo/bar
= \App\Http\Controllers\Resources\Foo\Bar
https://laravel.com/docs/routing