LinuxCommandLibrary

lambo

A super-powered `laravel new` for Laravel and Valet.

TLDR

Create a new Laravel application

$ lambo new [app_name]
copy


Open the configuration in your default editor
$ lambo edit-config
copy


Open the configuration in a specific editor
$ lambo edit-config --editor="[path/to/editor]"
copy


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

Copied to clipboard