PHPackages                             igorsgm/laravel-assembler - 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. [Framework](/categories/framework)
4. /
5. igorsgm/laravel-assembler

ActiveLibrary[Framework](/categories/framework)

igorsgm/laravel-assembler
=========================

🧰 • An extended Laravel Installer CLI that gives you the power to scaffold a new Laravel project with some neat add-ons and set up a git repository in a single command.

v0.5.0(3y ago)115MITPHPPHP ^7.3|^8.0

Since Feb 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/igorsgm/laravel-assembler)[ Packagist](https://packagist.org/packages/igorsgm/laravel-assembler)[ Docs](https://github.com/igorsgm/laravel-assembler)[ RSS](/packages/igorsgm-laravel-assembler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (7)Used By (0)

🧰 Laravel Assembler
===================

[](#-laravel-assembler)

An extended [Laravel Installer](https://laravel.com/docs/8.x/installation#the-laravel-installer) CLI that gives you the power to scaffold a new Laravel project and set up a git repository **in a single command**.

---

✨ Features
----------

[](#-features)

- **Simple** setup process
- Integrate with [Laravel IDE Helper Generator](https://github.com/barryvdh/laravel-ide-helper) to improve code completion in your IDE
- Integrate with [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to improve the code quality of your project
- Setup a **GitHub repository** with and easy to customize README
- Setup [Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)
- Create a git pre-commit-hook to validate PHPCS before committing a code
- Custom **composer scripts** to make your live simpler
- [Laravel Valet](https://laravel.com/docs/master/valet) integration: secure your project with SSL
- Open the project automatically in your browser + PhpStorm once the installation finishes

In a single script!

Don't want to use any of the above features? **No problem**, all are optional.

---

1️⃣ Requirements
----------------

[](#1️⃣-requirements)

- Mandatory:

    - PHP 7.3 or higher
    - Composer

    > Make sure to place Composer's system-wide vendor bin directory in your $PATH so the `laravel-assembler` executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:
    >
    >
    > - macOS: `$HOME/.composer/vendor/bin`
    > - Windows: `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin`
    > - GNU / Linux Distributions: `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin`
- Optional:

    - [GitHub CLI](https://cli.github.com) with your user properly [logged in](https://cli.github.com/manual/gh_auth_login): to create the repository for your new project -- *the logged in user is going to be the owner of the repo*.
    - [gitflow-avh](https://github.com/petervanderdoes/gitflow-avh): to start git flow in your project.
    - [Laravel Valet](https://laravel.com/docs/master/valet): to set up a SSL certificate and open the project in the browser automatically.
    - [Jetbrains CLI's](https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html) Launcher for a standalone instance: if you wish to open the project immediately on PhpStorm.

2️⃣ Installation
----------------

[](#2️⃣-installation)

```
composer global require igorsgm/laravel-assembler
```

3️⃣ 🚀 Creating a new project
----------------------------

[](#3️⃣--creating-a-new-project)

```
laravel-assembler new my-cool-project-name
```

- It will ask you a few questions during the process to help you get started and generate a new laravel project accordingly to your preferences.
- When the script finishes you should have a `my-cool-project-name` folder the path that you run your script.
- *Voilà!*

⚙️ Available commands
---------------------

[](#️-available-commands)

[![](https://user-images.githubusercontent.com/14129843/107869503-c57b7a00-6e43-11eb-9298-7de408074fdb.png)](https://user-images.githubusercontent.com/14129843/107869503-c57b7a00-6e43-11eb-9298-7de408074fdb.png)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Every ~204 days

Total

4

Last Release

1299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cfb997f2b3487c4c0bee305619750280ddcfd0707533296d0db532268382be8f?d=identicon)[igorsgm](/maintainers/igorsgm)

---

Top Contributors

[![igorsgm](https://avatars.githubusercontent.com/u/14129843?v=4)](https://github.com/igorsgm "igorsgm (64 commits)")

---

Tags

artisancliconsoleextendedframeworkinstallerlaravelphpphpcliconsoleframeworklaravelinstallerartisanextended

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/igorsgm-laravel-assembler/health.svg)

```
[![Health](https://phpackages.com/badges/igorsgm-laravel-assembler/health.svg)](https://phpackages.com/packages/igorsgm-laravel-assembler)
```

###  Alternatives

[nunomaduro/laravel-desktop-notifier

Send notifications to your desktop from your Laravel commands. An JoliNotif wrapper for Laravel 5.

4781.7M8](/packages/nunomaduro-laravel-desktop-notifier)

PHPackages © 2026

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