
lambo-new
List of commands for lambo-new:
-
lambo-new:tldr:01b0c lambo-new: Open a specific editor after the project has been created.$ lambo new --editor="${editor}" ${app_name}try on your machineexplain this command
-
lambo-new:tldr:08351 lambo-new: Include authentication scaffolding.$ lambo new --auth ${app_name}try on your machineexplain this command
-
lambo-new:tldr:29e21 lambo-new: Install npm dependencies after the project has been created.$ lambo new --node ${app_name}try on your machineexplain this command
-
lambo-new:tldr:56804 lambo-new: Install the application in a specific path.$ lambo new --path=${path-to-directory} ${app_name}try on your machineexplain this command
-
lambo-new:tldr:85e28 lambo-new: Create a new MySQL database with the same name as the project.$ lambo new --create-db --dbuser=${user} --dbpassword=${password} ${app_name}try on your machineexplain this command
-
lambo-new:tldr:a3316 lambo-new: Create a Valet site after the project has been created.$ lambo new --link ${app_name}try on your machineexplain this command
-
lambo-new:tldr:c441f lambo-new: Create a new Laravel application.$ lambo new ${app_name}try on your machineexplain this command
-
lambo-new:tldr:d8695 lambo-new: Include a specific frontend.$ lambo new --${select} ${app_name}try on your machineexplain this command