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 2mo ago

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 14% 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

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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