znframework/package-console

ZN Framework Console Package

8.17.0 2024-08-23 09:40 UTC

This package is auto-updated.

Last update: 2024-10-23 10:03:30 UTC


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 the zerocore 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