znframework/package-console
最新稳定版本:8.24.0
Composer 安装命令:
composer require znframework/package-console
包简介
ZN Framework Console Package
关键字:
README 文档
README
ZN Framework Console Package
Follow the steps below for installation and use.
Installation
You only need to run the following code for the installation.
composer require znframework/package-console
Documentation
Click for documentation of your library.
Usage Steps
- Move to the root directory of the
zerocorefile in the package. - Change the name of the
zeroneed.phpfile in thezerocorefile to index.php. - Edit the contents of the
index.phpfile as follows.
<?php require 'vendor/autoload.php'; ZN\ZN::run();
# After the steps above, you can use commands from the console.
php zerocore command-list
统计信息
- 总下载量: 7.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-21