Resource Controllers: API Resource Routes
When declaring resource routes that will be consumed by APIs, you will commonly want to exclude routes that present HTML templates such as create and edit.
You may register many API resource controllers at once by passing an array to the apiResources method.
O quickly generate an API resource controller that does not include the create or edit methods, use the --api switch when executing the make:controller command.
Semantic portal