snippetbashTip
lambo new — A super-powered `laravel new` for Laravel and Valet. More information: <https://github.com/tighten/l
Viewed 0 times
commandlaravellambo newnewsuperclipoweredfor
Problem
How to use the
lambo new command: A super-powered laravel new for Laravel and Valet. More information: <https://github.com/tighten/lambo#lambo-commands>.Solution
lambo new — A super-powered laravel new for Laravel and Valet. More information: <https://github.com/tighten/lambo#lambo-commands>.Create a new Laravel application:
lambo new {{app_name}}Install the application in a specific path:
lambo new {{[-p|--path]}} {{path/to/directory}} {{app_name}}Include authentication scaffolding:
lambo new --auth {{app_name}}Include a specific frontend:
lambo new --{{vue|bootstrap|react}} {{app_name}}Install
npm dependencies after the project has been created:lambo new --node {{app_name}}Create a Valet site after the project has been created:
lambo new {{[-l|--link]}} {{app_name}}Create a new MySQL database with the same name as the project:
lambo new --create-db --dbuser={{user}} --dbpassword={{password}} {{app_name}}Open a specific editor after the project has been created:
lambo new {{[-e|--editor]}} "{{editor}}" {{app_name}}Code Snippets
Create a new Laravel application
lambo new {{app_name}}Install the application in a specific path
lambo new {{[-p|--path]}} {{path/to/directory}} {{app_name}}Include authentication scaffolding
lambo new --auth {{app_name}}Include a specific frontend
lambo new --{{vue|bootstrap|react}} {{app_name}}Install `npm` dependencies after the project has been created
lambo new --node {{app_name}}Context
tldr-pages: common/lambo new
Revisions (0)
No revisions yet.