承接 skorelabs/nova-panels 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

packagist version StyleCI Codacy Badge

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

统计信息

  • 总下载量: 11.32k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 4
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-03-30