ResourceController
- Full name:
\Qubus\Routing\Interfaces\ResourceController
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 |
create
Show the form for creating a new resource.
edit
Show the form/view for editing the specified resource.
Parameters:
Parameter | Type | Description |
---|---|---|
$id | int|string |
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