genealabs/nova-horizon
最新稳定版本:0.6.1
Composer 安装命令:
composer require genealabs/nova-horizon
包简介
A Laravel Nova tool.
README 文档
README
Supporting This Package
This is an MIT-licensed open source project with its ongoing development made possible by the support of the community. If you'd like to support this, and our other packages, please consider sponsoring us via the button above.
We thank the following sponsors for their generosity, please take a moment to check them out:
Installation
-
Install the package:
composer require genealabs/nova-horizon
-
Add the tool to your Nova service provider
app\Providers\NovaServiceProvider.php:<?php namespace App\Providers; use GeneaLabs\NovaHorizon\NovaHorizon; use Laravel\Nova\NovaApplicationServiceProvider; class NovaServiceProvider extends NovaApplicationServiceProvider { //... public function tools() { return [ //... new NovaHorizon, ]; } //... }
-
When using customized Nova main sidebar menu (https://nova.laravel.com/docs/4.0/customization/menus.html#customizing-the-main-menu), add menu section to your Nova service provider
app\Providers\NovaServiceProvider.php:MenuSection::make('Horizon') ->path('/nova-horizon') ->icon('server')
统计信息
- 总下载量: 52.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-15