PHPackages                             sly-soft-community/laravel-module-installer - 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. sly-soft-community/laravel-module-installer

ActiveComposer-plugin

sly-soft-community/laravel-module-installer
===========================================

0497PHP

Since Oct 25Pushed 3y agoCompare

[ Source](https://github.com/sly-soft-community/laravel-module-installer)[ Packagist](https://packagist.org/packages/sly-soft-community/laravel-module-installer)[ RSS](/packages/sly-soft-community-laravel-module-installer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Module Installer
========================

[](#laravel-module-installer)

The purpose of this package is to allow for easy installation of standalone Modules into the [Laravel Modules](https://github.com/nWidart/laravel-modules) package. This package will ensure that your module is installed into the `Modules/` directory instead of `vendor/`.

You can specify an alternate directory by including a `module-dir` in the extra data in your composer.json file:

```
"extra": {
    "module-dir": "Custom"
}

```

Installation
------------

[](#installation)

1. Ensure you have the `type` set to `laravel-module` in your module's `composer.json`
2. Ensure your package is named in the convention `/-module`, for example `joshbrw/user-module` would install into `Modules/User`
3. Require this package: `composer require joshbrw/laravel-module-installer`
4. Require your bespoke module using Composer. You may want to set the constraint to `dev-master` to ensure you always get the latest version.

Notes
-----

[](#notes)

- When working on a module that is version controlled within an app that is also version controlled, you have to commit and push from inside the Module directory and then `composer update` within the app itself to ensure that the latest version of your module (dependant upon constraint) is specified in your composer.lock file.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% 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.

### Community

Maintainers

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

---

Top Contributors

[![joshbrw](https://avatars.githubusercontent.com/u/779766?v=4)](https://github.com/joshbrw "joshbrw (6 commits)")[![slymuzzle](https://avatars.githubusercontent.com/u/42939434?v=4)](https://github.com/slymuzzle "slymuzzle (2 commits)")[![jijoel](https://avatars.githubusercontent.com/u/3487641?v=4)](https://github.com/jijoel "jijoel (1 commits)")[![shemgp](https://avatars.githubusercontent.com/u/1734126?v=4)](https://github.com/shemgp "shemgp (1 commits)")

### Embed Badge

![Health badge](/badges/sly-soft-community-laravel-module-installer/health.svg)

```
[![Health](https://phpackages.com/badges/sly-soft-community-laravel-module-installer/health.svg)](https://phpackages.com/packages/sly-soft-community-laravel-module-installer)
```

PHPackages © 2026

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