mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
413 B
Plaintext
22 lines
413 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|