LinuxCommandLibrary

lambo

automates Laravel project creation

TLDR

Create new Laravel project

$ lambo new [project-name]
copy
Create with options
$ lambo new [project-name] --editor=[code]
copy
Create with database
$ lambo new [project-name] --create-db
copy
Create with authentication
$ lambo new [project-name] --auth
copy
Skip common prompts
$ lambo new [project-name] --quiet
copy

SYNOPSIS

lambo new [options] name

DESCRIPTION

lambo automates Laravel project creation. It runs multiple setup steps with a single command.
The tool handles git init, composer install, and common configurations. It streamlines new project setup.

PARAMETERS

NAME

Project name.
--editor EDITOR
Open in editor.
--create-db
Create database.
--auth
Install authentication.
--quiet
Skip prompts.
--browser BROWSER
Open in browser.
--help
Display help information.

CAVEATS

Requires Laravel installer. PHP and Composer needed. macOS-focused.

HISTORY

lambo was created by Matt Stauffer at Tighten to speed up Laravel project initialization.

SEE ALSO

laravel(1), composer(1), php(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community