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