skorelabs/nova-panels
最新稳定版本:0.1.1
Composer 安装命令:
composer require skorelabs/nova-panels
包简介
A custom panels package for those Nova resources with lots of relationships and/or fields
README 文档
README
A custom panels package for those Nova resources with lots of relationships and/or fields.
Status
Getting started
Grab the package using Composer:
composer require skorelabs/nova-panels
Usage
Add this to your resource's fields method:
TabbedPanel::make(__('TabbedPanel'), [ 'FirstTab' => [ Text::make(__('Name'), 'name'), BelongsTo::make(__('Author'), 'author', User::class), ] ]),
And remember to import the class SkoreLabs\NovaPanels\TabbedPanel.
More coming soon, remember that this is a pre-released package...
Support
This and all of our Laravel packages follows as much as possibly can the LTS support of Laravel.
Read more: https://laravel.com/docs/master/releases#support-policy
Credits
- @eminiarts packages: nova-relationship-selector & nova-tabs
- Ruben Robles (@d8vjork)
- Skore (https://www.getskore.com/)
- And all the contributors
统计信息
- 总下载量: 11.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-30