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: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0.2
- guzzlehttp/guzzle: ^7.2
- illuminate/database: ^9.2
- illuminate/http: ^9.2
- illuminate/log: ^9.2
- illuminate/redis: ^9.2
- intonate/tinker-zero: ^1.2
- laravel-zero/framework: ^9.2
Requires (Dev)
- fakerphp/faker: ^1.9.1
- mockery/mockery: ^1.4.4
- nunomaduro/larastan: ^2.1
- pestphp/pest: ^1.21
This package is auto-updated.
Last update: 2024-10-17 08:44: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.