laravel new <name>

Create a new Laravel application

Arguments

NameDescription
name

Options

NameDescription
--devInstalls the latest "development" release
--gitInitialize a Git repository
--branch <BRANCH>The branch that should be created for a new repository
--github [GITHUB]Create a new repository on GitHub
--jetInstalls the Laravel Jetstream scaffolding
--stack <STACK>The Jetstream stack that should be installed
--teamsIndicates whether Jetstream should be scaffolded with team support
--prompt-jetstreamIssues a prompt to determine if Jetstream should be installed
-f, --forceForces install even if the directory already exists