Méthode |
Description |
|
__construct ( App\Repositories\User\UserRepositoryContract $users, App\Repositories\Client\ClientRepositoryContract $clients, App\Repositories\Setting\SettingRepositoryContract $settings ) |
|
|
anyData ( ) |
|
|
create ( ) : Response |
Show the form for creating a new resource. |
|
cvrapiStart ( Illuminate\Http\Request $vatRequest ) |
|
|
destroy ( integer $id ) : Response |
Remove the specified resource from storage. |
|
edit ( integer $id ) : Response |
Show the form for editing the specified resource. |
|
index ( ) : Response |
Display a listing of the resource. |
|
show ( integer $id ) : Response |
Display the specified resource. |
|
store ( StoreClientRequest $request ) : Response |
Store a newly created resource in storage. |
|
update ( integer $id, UpdateClientRequest $request ) : Response |
Update the specified resource in storage. |
|