ApiResourceController
- Full name:
\Qubus\Routing\Interfaces\ApiResourceController
Methods
index
Display a listing of the resource.
show
Display the specified resource.
Parameters:
Parameter | Type | Description |
---|---|---|
$id | int|string |
store
Store a newly created resource in storage.
Parameters:
Parameter | Type | Description |
---|---|---|
$request | \Psr\Http\Message\RequestInterface |
update
Update the specified resource in storage.
Parameters:
Parameter | Type | Description |
---|---|---|
$request | \Psr\Http\Message\RequestInterface |
destroy
Remove the specified resource from storage.
Parameters:
Parameter | Type | Description |
---|---|---|
$id | int|string |
Automatically generated on 2025-10-13