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

ActiveLibrary[Framework](/categories/framework)

codder/laravel-modular
======================

A simple package of modules for laravel.

v1.0.5(2y ago)0285MITPHPPHP &gt;=7.4

Since Nov 29Pushed 2y ago1 watchersCompare

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

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

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

[](#laravel-modular)

[![Total Downloads](https://camo.githubusercontent.com/196c337fdbe89820fe4cadedc074d6ab280c4764f6258857430b4ebb900add93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f646465722f6c61726176656c2d6d6f64756c61722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codder/laravel-modular)[![Latest Stable Version](https://camo.githubusercontent.com/e0a3ade0e4b7ba71d18040dbe7c6fae51b28b2c64fc308d23b1718cebf7a437b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f646465722f6c61726176656c2d6d6f64756c61722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codder/laravel-modular)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://opensource.org/licenses/MIT)

`codder/laravel-modular` is a module system for Laravel applications. It uses [Composer path repositories](https://getcomposer.org/doc/05-repositories.md#path) for autoloading, and [Laravel package discovery](https://laravel.com/docs/7.x/packages#package-discovery) for module initialization, and then provides minimal tooling to fill in any gaps. These modules use the existing [Laravel package system](https://laravel.com/docs/7.x/packages), and follow existing Laravel conventions.

Documentation
-------------

[](#documentation)

The documentation will be available in soon.

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

[](#installation)

You can install the package via composer:

```
composer require codder/laravel-modular
```

### Create a module

[](#create-a-module)

Next, let's create a module:

```
php artisan module:make foo
```

Modular will scaffold up a new module for you:

```
modules/
  composer.json
  foo/
    app/
    config/
    database/
    public/
    resources/
    routes/

```

### Assets

[](#assets)

Your assets are stored in `modules/MODULE/public` after that run `php artisan storage:link` to create symbolic links from your assets to public folder.

To call the assets in your blade just call the helper `module_asset('foo::bar.jpg')`

### Livewire

[](#livewire)

This package supports Livewire &gt;= 2!

License
-------

[](#license)

This package is an open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

6

Last Release

833d ago

### Community

Maintainers

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

---

Top Contributors

[![andrersilva96](https://avatars.githubusercontent.com/u/17456854?v=4)](https://github.com/andrersilva96 "andrersilva96 (23 commits)")

---

Tags

phplaravellaravel-moduleslaravel-modularlaravel hmvccodder

### Embed Badge

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

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

###  Alternatives

[pestphp/pest-plugin-laravel

The Pest Laravel Plugin

22044.1M8.0k](/packages/pestphp-pest-plugin-laravel)[mhmiton/laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.

236409.6k9](/packages/mhmiton-laravel-modules-livewire)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[toanld/modules-inertia

Relationship Vue/InertiaJs with modular structure Laravel-Modules

141.8k1](/packages/toanld-modules-inertia)

PHPackages © 2026

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