rhyslees/nova-about 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

rhyslees/nova-about

最新稳定版本:2.2.0

Composer 安装命令:

composer require rhyslees/nova-about

包简介

This is a package to add about information for Laravel Nova

README 文档

README

This is a package to add about information for Laravel Nova.

image

Installation

You can install the package via composer to your project or to your nova package.

composer require rhyslees/nova-about

Usage in your project

php artisan about
php artisan about --only=nova,nova_packages
php artisan about --only=nova
php artisan about --only=nova_packages

Usage in your Nova package

//YourPackageServiceProvider.php

/**
 * Register any application services.
 *
 * @return void
 */
public function register(): void
{
    \RhysLees\NovaAbout\NovaAbout::addPackage('your-name/your-package');
}

This will add your package to the Nova Packages section on the about command as seen below. It will also add the installed version of your package automatically.

image

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-01