Метод |
Описание |
|
__construct ( ImageRepository $imagesRepo ) |
|
|
apiList ( Illuminate\Http\Request $request ) : Response |
Display the specified Images. |
|
apiStore ( Illuminate\Http\Request $request ) : Response |
Store a newly created Images in storage. |
|
create ( ) : Response |
Show the form for creating a new Images. |
|
destroy ( integer $id ) : Response |
Remove the specified Images from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified Images. |
|
index ( Illuminate\Http\Request $request ) : Response |
Display a listing of the Images. |
|
search ( Illuminate\Http\Request $request ) : Response |
Search. |
|
store ( Illuminate\Http\Request $request ) : Response |
Store a newly created Images in storage. |
|
update ( integer $id, ImagesRequest $request ) : Response |
Update the specified Images in storage. |
|
upload ( Illuminate\Http\Request $request ) : Response |
Store a newly created Files in storage. |
|