murrant / librenms-example-plugin
LibreNMS 示例插件
0.1
2024-08-15 19:27 UTC
Requires
- php: ^8.2
- librenms/plugin-interfaces: ^1.0
Requires (Dev)
- laravel/framework: ^10.0|^11.0
- laravel/pint: ^1.13.7
- pestphp/pest: ^2.28.1
- phpstan/phpstan: ^1.10.56
- rector/rector: ^1.0
Suggests
- illuminate/contracts: for the Laravel integration
- illuminate/support: for the Laravel integration
README
LibreNMS 示例插件
信息在这里:(:)
为本地开发(或部署)添加您的插件路径
composer config --global repositories.example-plugin '{"type": "path", "url": "/full/path/to/librenms-example-plugin", "symlink": true}'
为了用户能够使用您的插件,您应该将其发布到 packagist.org
然后运行
lnms plugin:add murrant/librenms-example-plugin @dev