install&update init plugin

This commit is contained in:
xiaomlove
2022-08-27 03:28:03 +08:00
parent 5a4e8ddc1a
commit c11d2f79c9

View File

@@ -17,3 +17,5 @@ if (file_exists(ROOT_PATH . '.env')) {
}
define('WITH_LARAVEL', $withLaravel);
\Nexus\Nexus::boot();
$hook = new \Nexus\Plugin\Hook();
$plugin = new \Nexus\Plugin\Plugin();