znframework / package-console
ZN Framework Console Package
Installs: 7 043
Dependents: 5
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: >=7.0.0
- znframework/package-buffering: >=6.0
- znframework/package-cache: >=6.0
- znframework/package-crontab: >=6.0
- znframework/package-generator: >=6.0
- znframework/package-helpers: >=6.0
- znframework/package-protection: >=6.0
- znframework/package-zerocore: >=6.0
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
zerocore
file in the package. - Change the name of the
zeroneed.php
file in thezerocore
file to index.php. - Edit the contents of the
index.php
file 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