https://github.com/znframework/package-console
ZN Framework Console Package
https://github.com/znframework/package-console
Last synced: 12 months ago
JSON representation
ZN Framework Console Package
- Host: GitHub
- URL: https://github.com/znframework/package-console
- Owner: znframework
- License: mit
- Created: 2018-01-21T21:47:13.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-07T08:46:37.000Z (about 1 year ago)
- Last Synced: 2025-03-26T17:47:49.816Z (12 months ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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