Method |
Description |
|
__construct ( EventRepository $eventRepo ) |
|
|
create ( ) : Response |
Show the form for creating a new Event. |
|
destroy ( integer $id ) : Response |
Remove the specified Event from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified Event. |
|
index ( ) : Response |
Display a listing of the Event. |
|
search ( Illuminate\Http\Request $request ) : Response |
Search. |
|
store ( Illuminate\Http\Request $request ) : Response |
Store a newly created Event in storage. |
|
update ( integer $id, EventRequest $request ) : Response |
Update the specified Event in storage. |
|