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

lumen — An installer for the Lumen micro-framework. More information: <https://lumen.laravel.com>.

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

Problem

How to use the lumen command: An installer for the Lumen micro-framework. More information: <https://lumen.laravel.com>.

Solution

lumen — An 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

Code Snippets

Create a new Lumen application

lumen new {{application_name}}

List the available installer commands

lumen list

Context

tldr-pages: common/lumen

Revisions (0)

No revisions yet.