codicastudio/feedback-manager
Composer 安装命令:
composer require codicastudio/feedback-manager
包简介
A random Codica Studio package.
README 文档
README
Installation
You can install the nova tool in to a Laravel app that uses Nova via composer:
composer require mydnic/nova-kustomer
Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvder.php // ... public function tools() { return [ // ... new \Mydnic\NovaKustomer\NovaKustomer, ]; }
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-25