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