lambo
automates Laravel project creation
TLDR
Create new Laravel project
$ lambo new [project-name]
Create with options$ lambo new [project-name] --editor=[code]
Create with database$ lambo new [project-name] --create-db
Create with authentication$ lambo new [project-name] --auth
Skip common prompts$ lambo new [project-name] --quiet
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.
