ProvidersController
class ProvidersController extends Controller
Traits
AuthorizesRequests
DispatchesJobs
ValidatesRequests
Properties
protected ProviderRepository | $repository | ||
protected ProviderValidator | $validator |
Methods
Response
index()
Display a listing of the resource.
Response
Response
show(int $id)
Display the specified resource.
Response
edit(int $id)
Show the form for editing the specified resource.
Response
Response
destroy(int $id)
Remove the specified resource from storage.
search(Request $request)
No description
Details
at line 23
__construct(ProviderRepository $repository, ProviderValidator $validator)
at line 34
Response
index()
Display a listing of the resource.
at line 59
Response
store(ProviderCreateRequest $request)
Store a newly created resource in storage.
at line 71
Response
show(int $id)
Display the specified resource.
at line 92
Response
edit(int $id)
Show the form for editing the specified resource.
at line 111
Response
update(ProviderUpdateRequest $request, string $id)
Update the specified resource in storage.
at line 137
Response
destroy(int $id)
Remove the specified resource from storage.