Method |
Description |
|
__construct ( App\Contracts\Repositories\AlbumRepository $album, UploadsManager $manager ) |
|
|
create ( ) : Response |
Show the form for creating a new resource. |
|
destroy ( integer $id ) |
Remove the specified resource from storage. |
|
edit ( integer $id ) : Illuminate\Contracts\View\Factory | Illuminate\View\View |
Show the form for editing the specified resource. |
|
index ( ) |
Display a listing of the resource. |
|
photos ( $id ) : Illuminate\Contracts\View\Factory | Illuminate\View\View |
上传图片 |
|
show ( integer $id ) |
Display the specified resource. |
|
store ( Illuminate\Http\Request $request ) : Illuminate\Http\RedirectResponse |
Store a newly created resource in storage. |
|
storePhoto ( ) |
保存图片 |
|
update ( Illuminate\Http\Request $request, integer $id ) : Illuminate\Http\RedirectResponse |
Update the specified resource in storage. |
|