PHPackages                             patinthehat/new-laravel-project - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. patinthehat/new-laravel-project

ActiveLibrary[CLI &amp; Console](/categories/cli)

patinthehat/new-laravel-project
===============================

Easily generate a new Laravel project of any version from the command line.

092PHP

Since Jan 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/patinthehat/new-laravel-project)[ Packagist](https://packagist.org/packages/patinthehat/new-laravel-project)[ RSS](/packages/patinthehat-new-laravel-project/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

### New Laravel Project Installer

[](#new-laravel-project-installer)

---

Easily create a new [Laravel](https://www.laravel.com) project of any version. Additionally, you can also optionally install composer packages at the same time the project is created.

---

#### Installation

[](#installation)

`composer -g install patinthehat/new-laravel-project`

---

#### Sample Usage

[](#sample-usage)

Create a project with the latest Laravel version:

```
`new-laravel-project create myproject`

```

Create a Laravel 5.3 project:

```
`new-laravel-project create myproject 5.3`

```

Create a Laravel 5.4 project with optional packages:

```
`new-laravel-project create myproject 5.4 --packages=laracasts/flash,guzzlehttp/guzzle`

```

---

#### References

[](#references)

Portions of this code were borrowed from the laravel installer, found at .

---

#### Notes

[](#notes)

This uses `composer create-project` to create the project skeleton, not the `laravel new` command.

---

#### License

[](#license)

This project is licensed under the [MIT License](LICENSE).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5508707?v=4)[Patrick Organ](/maintainers/patinthehat)[@patinthehat](https://github.com/patinthehat)

---

Tags

command-line-toollaravellaravel-5laravel-helpersphpphp-clisymfony-command

### Embed Badge

![Health badge](/badges/patinthehat-new-laravel-project/health.svg)

```
[![Health](https://phpackages.com/badges/patinthehat-new-laravel-project/health.svg)](https://phpackages.com/packages/patinthehat-new-laravel-project)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.3k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
