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.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/nasrulhazim/arc8-cli

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

This package is auto-updated.

Last update: 2025-09-17 10:49:35 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.