edrisa/onchange-load-dependant-field-data
Composer 安装命令:
composer require edrisa/onchange-load-dependant-field-data
包简介
Backpack Fields
关键字:
README 文档
README
![Latest Version on Packagist][ico-version] ![Total Downloads][ico-downloads]
This package provides a dependantFieldOptions field type for the Backpack for Laravel administration panel. The dependantFieldOptions field allows admins to load options from provided source through provided method depending on-change in parent/specefic field.
Screenshots
Installation
Via Composer
composer require edrisa/onchange-load-dependant-field-data
Usage
Inside your CrudController:
CRUD::addField([ 'view_namespace' => 'edrisa-onchange-field-options::fields', 'type' => "dependantFieldOptions", 'dependency_name' => 'surah_id', // write (parent/specefic) field name, when the field's value will change then load this field options 'label' => "Verse", 'name' => 'verse_id', 'source' => route('surah.verses'), 'attribute' => 'verse_no', // option's key name for showing option label // 'source_method' => 'post', // by default post // 'id' => 'field_id', // 'placeholder' => 'placeholder', // by default "-" // 'hint' => 'hint', ]);
Uninstall
composer remove edrisa/onchange-load-dependant-field-data
Security
If you discover any security related issues, please email the author instead of using the issue tracker.
License
MIT. Please see the license file for more information.
Developed by : AL EMRAN
Updated By: Edrisa Turay
[ico-version]: https://img.shields.io/packagist/v/ogroosoft/onchange-load-dependant-field-data.svg [ico-downloads]: https://img.shields.io/packagist/dt/ogroosoft/onchange-load-dependant-field-data.svgedrisa/onchange-load-dependant-field-data 适用场景与选型建议
edrisa/onchange-load-dependant-field-data 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.02k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2022 年 10 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「addon」 「laravel」 「admin panel」 「backpack」 「Backpack for Laravel」 「Onchange Load Dependant Field Data」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 edrisa/onchange-load-dependant-field-data 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 edrisa/onchange-load-dependant-field-data 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 edrisa/onchange-load-dependant-field-data 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
Analysis module for finding problematical shop data.
This composer plugin enables installation of GravityForms WordPress plugin and its addons.
Dropzone field for Laravel Backpack
This ConcreteCMS/concrete5 addon installs a block type that when added to a page allows you to redirect visitors to this page to another page that you specify or an external URL.
Alfabank REST API integration
统计信息
- 总下载量: 1.02k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 14
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-12