Laravel 插件加载器
github.com/Skintrphoenix/PluginLoader
源代码
问题
安装次数: 76
依赖者: 0
建议者: 0
安全性: 0
星标: 0
关注者: 1
分支: 2
开放问题: 1
Requires
None
Requires (Dev)
Suggests
Provides
Conflicts
Replaces
GPL-3.0-only 02afba8ee9f9b59be6b03a40d22d43249c721a61
This package is auto-updated.
Last update: 2024-09-24 05:30:33 UTC
composer require skintrphoenix/plugin-loader
将此代码添加到 routes/web.php
$plugin = new \Skintrphoenix\PluginLoader\PluginLoader(); $plugin->refreshPlugin();
在您的终端运行此代码
php artisan storage:link