PHPackages                             davidhoeck/laravel-modular - 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. davidhoeck/laravel-modular

ActiveLibrary[Framework](/categories/framework)

davidhoeck/laravel-modular
==========================

Adds the support of a modular approach to Laravel.

1.3.1(9y ago)4521MITPHPPHP &gt;=5.4.0

Since Jan 2Pushed 9y agoCompare

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

READMEChangelog (10)Dependencies (2)Versions (8)Used By (0)

Laravel Modular
===============

[](#laravel-modular)

[![Latest Stable Version](https://camo.githubusercontent.com/812d3ffdf291491fa617ce2f50b2d7a59a11bf6b16ec52acfec88cb6212b131e/68747470733a2f2f706f7365722e707567782e6f72672f6461766964686f65636b2f6c61726176656c2d6d6f64756c61722f762f737461626c65)](https://packagist.org/packages/davidhoeck/laravel-modular)[![Latest Unstable Version](https://camo.githubusercontent.com/330200162cc7ab3e2855b52d3fd9e4d4b871e043b7de26173aa411b14422b6fb/68747470733a2f2f706f7365722e707567782e6f72672f6461766964686f65636b2f6c61726176656c2d6d6f64756c61722f762f756e737461626c65)](https://packagist.org/packages/davidhoeck/laravel-modular)[![License](https://camo.githubusercontent.com/b1d00630034a0456423924cc3ca1651c15cf66cd191b39c0bd1626d0918815d6/68747470733a2f2f706f7365722e707567782e6f72672f6461766964686f65636b2f6c61726176656c2d6d6f64756c61722f6c6963656e7365)](https://packagist.org/packages/davidhoeck/laravel-modular)

Adds the support of a modular approach to Laravel 5.

Agenda
------

[](#agenda)

- Installation
- Get started
- Using Laravel Modular

### Installation

[](#installation)

The easiest and common way is to install the package via Composer.

Add this line to your `composer.json`

```
"davidhoeck/laravel-modular": "dev-master"

```

or paste this line into your terminal.

```
composer require "davidhoeck/laravel-modular"

```

Add the following line to your `config/app.php` under the section `providers`

```
DavidHoeck\LaravelModular\ModuleServiceProvider::class

```

### Get Started

[](#get-started)

Generate a new module with

```
php artisan make:module

```

\*\*\* Optional Flags \*\*\*

*Generate with a base Controller*

```
php artisan make:module  --with-controller

```

*Generate with a base Model*

```
php artisan make:module  --with-model

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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 ~9 days

Total

7

Last Release

3357d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/030c2d1619e640448247b08443490f72492b38e1e9b3f2cbc3257c4dc4641375?d=identicon)[davidhoeck](/maintainers/davidhoeck)

---

Tags

laravellaravel-5-packagemodularphp

### Embed Badge

![Health badge](/badges/davidhoeck-laravel-modular/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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