bildvitta / iss-juridico
这是我打包的 iss-juridico 包
v0.0.40
2024-09-13 15:13 UTC
Requires
- php: ^8.0
- illuminate/contracts: ^8.0|^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^5.10
- orchestra/testbench: ^6.22
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpunit/phpunit: ^9.5
- spatie/laravel-ray: ^1.26
- dev-main
- v0.0.40
- v0.0.38
- v0.0.37
- v0.0.36
- v0.0.35
- v0.0.34
- v0.0.33
- v0.0.32
- v0.0.31
- v0.0.30
- v0.0.29
- v0.0.28
- v0.0.27
- v0.0.26
- v0.0.25
- v0.0.24
- v0.0.23
- v0.0.22
- v0.0.21
- v0.0.20
- v0.0.19
- v0.0.18
- v0.0.17
- v0.0.16
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- v0.0.0
- dev-feature/file-document
- dev-feature/created-programmatic
- dev-develop
- dev-feature/insert-endpoints
- dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
- dev-dependabot/github_actions/actions/checkout-4
- dev-feature/laravel-framework-update
This package is auto-updated.
Last update: 2024-09-13 15:13:56 UTC
README
这里应该是你的描述。请限制在一到两段之内。考虑添加一个小示例。
支持我们
- 即将推出
安装
您可以通过 composer 安装此包
composer require bildvitta/iss-juridico
您可以使用以下命令发布配置文件
php artisan vendor:publish --provider="Bildvitta\IssCrm\IssJuridicoServiceProvider" --tag="iss-juridico-config"
这是已发布配置文件的内容
return [ 'base_uri' => env('MS_JURIDICO_BASE_URI', 'https://api-dev-juridico.nave.dev'), 'prefix' => env('MS_JURIDICO_API_PREFIX', '/api') ];
用法
//Search contracts $issJuridico = new Bildvitta\IssJuridico(); $contracts = collect($issJuridico->contracts()->search()->results); //Create contract $issJuridico = new Bildvitta\IssJuridico(); $newContract = $issJuridico->contracts()->create([ 'client' => '86aecb0f-d38e-4558-a889-3d1a183a0120', 'real_estate_development' => 'ced1cde0-61dd-42f3-8d3d-c8f92580c1e0', 'sales' => 'ced1cde0-61dd-42f3-8d3d-c8f92580c1e0' ]);
测试
composer test
变更日志
请参阅 变更日志 了解最近的变化信息。
贡献
请参阅 贡献指南 获取详细信息。
安全漏洞
请审查 我们的安全策略 了解如何报告安全漏洞。
鸣谢
许可证
MIT 许可证(MIT)。有关更多信息,请参阅 许可证文件。