Метод | Описание | |
---|---|---|
create ( ) : Response | Show the form for creating a new form. | |
destroy ( integer $id ) : Response | Remove the specified resource from storage. | |
edit ( integer $id ) : Response | Show the form for editing the specified form. | |
index ( ) : Response | Display a listing of the form. | |
show ( integer $id ) : Response | Display the specified form. | |
store ( ) : Response | Store a newly created resource in storage. | |
update ( integer $id ) : Response | Update the specified resource in storage. |
public create ( ) : Response | ||
Результат | Response |
public index ( ) : Response | ||
Результат | Response |
public store ( ) : Response | ||
Результат | Response |