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

lambo — A super-powered `laravel new` for Laravel and Valet. Some subcommands such as `new` have their own u

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

Problem

How to use the lambo command: A super-powered laravel new for Laravel and Valet. Some subcommands such as new have their own usage documentation. More information: <https://github.com/tighten/lambo#usage>.

Solution

lambo — A super-powered laravel new for Laravel and Valet. Some subcommands such as new have their own usage documentation. More information: <https://github.com/tighten/lambo#usage>.

Create a new Laravel application:
lambo new {{app_name}}


Open the configuration in your default editor:
lambo edit-config


Open the configuration in a specific editor:
lambo edit-config {{[-e|--editor]}} "{{path/to/editor}}"


Open the configuration file that is run after new applications have been scaffolded:
lambo edit-after

Code Snippets

Create a new Laravel application

lambo new {{app_name}}

Open the configuration in your default editor

lambo edit-config

Open the configuration in a specific editor

lambo edit-config {{[-e|--editor]}} "{{path/to/editor}}"

Open the configuration file that is run after new applications have been scaffolded

lambo edit-after

Context

tldr-pages: common/lambo

Revisions (0)

No revisions yet.