메소드 |
설명 |
|
__construct ( MenuRepository $menuRepo, LinkRepository $linkRepo ) |
|
|
create ( ) : Response |
Show the form for creating a new Menu. |
|
destroy ( integer $id ) : Response |
Remove the specified Menu from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified Menu. |
|
index ( ) : Response |
Display a listing of the Menu. |
|
search ( Illuminate\Http\Request $request ) : Response |
Search. |
|
store ( Illuminate\Http\Request $request ) : Response |
Store a newly created Menu in storage. |
|
update ( integer $id, MenuRequest $request ) : Response |
Update the specified Menu in storage. |
|