nasrulhazim/arc8-cli

Arc8 CLI is a pre-configured CLI Application code based on Laravel Zero that help developers to jumpstart quickly on CLI application development.

v1.1.0 2022-05-17 03:00 UTC

This package is auto-updated.

Last update: 2024-04-17 07:28:41 UTC


README

Command-Line-Interface Application

Arc8 CLI is a pre-configured CLI Application code based on Laravel Zero that help developers to jumpstart quickly on CLI application development.

Create New Project

composer create-project nasrulhazim/arc8-cli cli-app

cd cli-app

php arc

Installation

Configure your .env accordingly.

Then run composer install.

Development

There is few pre-built features provided.

# Apply PHP CS Fixer
bin/csfix

Documentation

For full documentation, visit laravel-zero.com.