bildvitta / navpi-php
v0.0.33
2023-10-04 20:25 UTC
Requires
- php: ^7.4|^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
- dev-master
- v1.x-dev
- 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
- dev-feature/children-single-relationship-fix
- dev-feature/function-field-option
- dev-feature/one-relationships
- dev-feature/password-field
- dev-feature/remove-function-calls
- dev-feature/refactoring
- dev-feature/add-lazy-loading
- dev-feature/fix-method-name
- dev-feature/nested-options
- dev-feature/support_belongs-to_and_has-one
- dev-feature/attributes
- dev-feature/field_function_in__attributes
- dev-feature/function_field
- dev-feature/email-field-type-fix
- dev-feature/pivot-table
- dev-feature/fix-field-type
- dev-feature/create-fields-method
- dev-feature/multiple_collection
- dev-feature/updating-fields
- dev-feature/parsed-options
This package is auto-updated.
Last update: 2024-09-04 22:16:29 UTC
README
此包是为了辅助开发使用在asteroid标准中API的。
安装
您可以通过composer安装此包。
composer require bildvitta/navpi-php
使用方法
use Bildvitta\Navpi\Fields; use Bildvitta\Navpi\NavpiResource; class CustomResource extends NavpiResource { protected function fieldsMap() { return [ 'name' => (new Fields\TextField('name')) ->label('Nome completo') ->exceptActions(['filters']), ]; } }
测试
composer test
变更日志
请参阅变更日志获取更多信息。
贡献
请参阅贡献指南获取详细信息。
安全
如果您发现任何与安全相关的问题,请通过电子邮件backend@bild.com.br联系,而不是使用问题跟踪器。
致谢
许可证
MIT许可证(MIT)。请参阅许可证文件获取更多信息。