HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

laravel-zero — An installer for the Laravel Zero framework. More information: <https://laravel-zero.com/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandinstallerlaravelcliforlaravel-zerozero

Problem

How to use the laravel-zero command: An installer for the Laravel Zero framework. More information: <https://laravel-zero.com/>.

Solution

laravel-zero — An installer for the Laravel Zero framework. More information: <https://laravel-zero.com/>.

Create a new Laravel Zero application:
laravel-zero new {{name}}


Update the installer to the latest version:
laravel-zero self-update


List the available installer commands:
laravel-zero list

Code Snippets

Create a new Laravel Zero application

laravel-zero new {{name}}

Update the installer to the latest version

laravel-zero self-update

List the available installer commands

laravel-zero list

Context

tldr-pages: common/laravel-zero

Revisions (0)

No revisions yet.