laravel-zero
micro-framework for console applications built on Laravel components
TLDR
Create new Laravel Zero application
$ laravel-zero new [app-name]
Build standalone PHAR$ php [app-name] app:build
Install optional component$ php [app-name] app:install
SYNOPSIS
laravel-zero command [options]
DESCRIPTION
laravel-zero is a micro-framework for console applications built on Laravel components. It creates standalone command-line applications that can be compiled into single PHAR files. Ideal for building CLI tools with Laravel's elegant syntax.
PARAMETERS
new name
Create a new Laravel Zero application.--force
Overwrite existing directory.
