laravel new <name>
Create a new Laravel application
Arguments
Options
Name | Description |
---|
--dev | Installs the latest "development" release |
--git | Initialize a Git repository |
--branch <BRANCH> | The branch that should be created for a new repository |
--github [GITHUB] | Create a new repository on GitHub |
--jet | Installs the Laravel Jetstream scaffolding |
--stack <STACK> | The Jetstream stack that should be installed |
--teams | Indicates whether Jetstream should be scaffolded with team support |
--prompt-jetstream | Issues a prompt to determine if Jetstream should be installed |
-f, --force | Forces install even if the directory already exists |