Download the PHP package bacao/laravel-admin-hasmany-extra without Composer
On this page you can find all versions of the php package bacao/laravel-admin-hasmany-extra. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bacao/laravel-admin-hasmany-extra
More information about bacao/laravel-admin-hasmany-extra
Files in bacao/laravel-admin-hasmany-extra
Download bacao/laravel-admin-hasmany-extra
More information about bacao/laravel-admin-hasmany-extra
Files in bacao/laravel-admin-hasmany-extra
Vendor bacao
Package laravel-admin-hasmany-extra
Short Description Laravel-admin helpers for hasMany multiple image upload and nested conditional fields.
License MIT
Homepage https://github.com/laravel-admin-ext/hasmany-extra
Package laravel-admin-hasmany-extra
Short Description Laravel-admin helpers for hasMany multiple image upload and nested conditional fields.
License MIT
Homepage https://github.com/laravel-admin-ext/hasmany-extra
Please rate this library. Is it a good library?
Informations about the package laravel-admin-hasmany-extra
hasmany-extra
laravel-admin 扩展,提供两块能力:
hasMany里的多图上传、排序、删除hasMany/NestedForm里的原生链式->when(...)条件显示hasMany/NestedForm里的table(...)JSON 表格兼容
安装
字段注册
扩展安装后会自动注册:
如果你想保持旧项目里的方法名,也可以在项目自己的 app/Admin/bootstrap.php 里再加一行:
多图上传
多图上传的值解析、旧图排序同步、单张删除都已经内置:
条件显示
安装这个扩展后,hasMany 里的 radio()->when(...) 可以直接按 laravel-admin 原生写法使用:
hasMany 里的 table
在 NestedForm 里可以继续按接近 laravel-admin 原生的写法使用(目前只支持text和textarea):
删除接口
扩展会自动注册后台路由:
用于处理 hasMany 子项里的单张旧图删除。
All versions of laravel-admin-hasmany-extra with dependencies
PHP Build Version
Package Version
The package bacao/laravel-admin-hasmany-extra contains the following files
Loading the files please wait ...