znframework/package-console

8.17.0 2024-08-23 09:40 UTC

This package is auto-updated.

Last update: 2024-09-23 09:53:02 UTC


README

ZN 框架控制台包

按照以下步骤进行安装和使用。

安装

您只需运行以下代码进行安装。

composer require znframework/package-console

文档

点击您的库文档

使用步骤

  • 将目录移动到包中的 zerocore 文件的根目录。
  • zerocore 文件中的 zeroneed.php 文件重命名为 index.php。
  • 按照以下方式编辑 index.php 文件的内容。

<?php require 'vendor/autoload.php';

ZN\ZN::run();
# After the steps above, you can use commands from the console.
php zerocore command-list