LinuxCommandLibrary

laravel-zero

micro-framework for console applications built on Laravel components

TLDR

Create new Laravel Zero application

$ laravel-zero new [app-name]
copy
Build standalone PHAR
$ php [app-name] app:build
copy
Install optional component
$ php [app-name] app:install
copy

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.

SEE ALSO

laravel(1), composer(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community