Skip to content

管理指令

启用插件

php
fresns plugin:activate

或者

php
php artisan plugin:activate DemoPlugin

停用插件

php
fresns plugin:deactivate

或者

php
php artisan plugin:deactivate DemoPlugin

遵循 Apache-2.0 开源协议