mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
install&update init plugin
This commit is contained in:
@@ -17,3 +17,5 @@ if (file_exists(ROOT_PATH . '.env')) {
|
|||||||
}
|
}
|
||||||
define('WITH_LARAVEL', $withLaravel);
|
define('WITH_LARAVEL', $withLaravel);
|
||||||
\Nexus\Nexus::boot();
|
\Nexus\Nexus::boot();
|
||||||
|
$hook = new \Nexus\Plugin\Hook();
|
||||||
|
$plugin = new \Nexus\Plugin\Plugin();
|
||||||
|
|||||||
Reference in New Issue
Block a user