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