Files
cheatsheet-tldr/tldr/laravel-zero
2025-06-29 00:23:20 +00:00

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`