LogoRequestController
extends Controller
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- create() : mixed
- Show the form for creating a new resource.
- destroy() : mixed
- Remove the specified resource from storage.
- edit() : mixed
- Show the form for editing the specified resource.
- index() : mixed
- Display a listing of the resource.
- show() : mixed
- Show the specified resource.
- store() : mixed
- Store a newly created resource in storage.
- update() : mixed
- Update the specified resource in storage.
Properties
$requestLogoService
private
RequestLogoService
$requestLogoService
Methods
__construct()
public
__construct(RequestLogoService $requestLogoService) : mixed
Parameters
- $requestLogoService : RequestLogoService
create()
Show the form for creating a new resource.
public
create() : mixed
destroy()
Remove the specified resource from storage.
public
destroy(mixed $id) : mixed
Parameters
- $id : mixed
edit()
Show the form for editing the specified resource.
public
edit(mixed $id) : mixed
Parameters
- $id : mixed
index()
Display a listing of the resource.
public
index() : mixed
show()
Show the specified resource.
public
show(mixed $id) : mixed
Parameters
- $id : mixed
store()
Store a newly created resource in storage.
public
store(StoreLogoRequestRequest $request) : mixed
Parameters
- $request : StoreLogoRequestRequest
update()
Update the specified resource in storage.
public
update(StoreLogoRequestRequest $request, mixed $id) : mixed
Parameters
- $request : StoreLogoRequestRequest
- $id : mixed