Method |
Description |
|
__construct ( $repository = '' ) |
|
|
create ( ) : Response |
Show the form for creating a new resource. |
|
destroy ( integer $id ) : Response |
Remove the specified resource from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified resource. |
|
index ( ) : Response |
Display a listing of the resource. |
|
show ( integer $id ) : Response |
Display the specified resource. |
|
store ( Illuminate\Http\Request $request ) : Response |
Store a newly created resource in storage. |
|
update ( Illuminate\Http\Request $request, integer $id ) : Response |
Update the specified resource in storage. |
|