메소드 |
설명 |
|
__construct ( App\Contracts\Repositories\EventRepository $repository ) |
|
|
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. |
|
show ( integer $id ) : Illuminate\Http\Response |
Display the specified resource. |
|
store ( EventCreateRequest $request ) : Illuminate\Http\Response |
Store a newly created resource in storage. |
|
update ( App\Http\Requests\Backend\EventUpdateRequest $request, integer $id ) : Illuminate\Http\Response |
Update the specified resource in storage. |
|