mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/lumen
Normal file
17
tldr/lumen
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lumen
|
||||
|
||||
> A command-line installer for the Lumen micro-framework.
|
||||
> More information: <https://lumen.laravel.com>.
|
||||
|
||||
- Create a new Lumen application:
|
||||
|
||||
`lumen new {{application_name}}`
|
||||
|
||||
- List the available installer commands:
|
||||
|
||||
`lumen list`
|
||||
Reference in New Issue
Block a user