LinuxCommandLibrary

laravel

installer CLI for creating new Laravel PHP framework applications

TLDR

Create new Laravel project

$ laravel new [project-name]
copy
Create project with specific starter kit
$ laravel new [project-name] --jet
copy
Create project with Breeze
$ laravel new [project-name] --breeze
copy
Create without Git initialization
$ laravel new [project-name] --no-git
copy

SYNOPSIS

laravel command [options]

DESCRIPTION

laravel is the Laravel installer CLI for creating new Laravel PHP framework applications. Provides scaffolding options for starter kits like Jetstream and Breeze. Alternative to using Composer create-project.

PARAMETERS

new name

Create a new Laravel application.
--jet
Install with Laravel Jetstream.
--breeze
Install with Laravel Breeze.
--pest
Use Pest for testing.
--no-git
Skip Git initialization.
--force
Overwrite existing directory.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community