PHPackages                             d35k/laravelmodules - 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. d35k/laravelmodules

ActiveLibrary[Framework](/categories/framework)

d35k/laravelmodules
===================

Modular Pattern for Laravel 5

013PHP

Since Oct 25Pushed 8y agoCompare

[ Source](https://github.com/d35k/laravelmodules)[ Packagist](https://packagist.org/packages/d35k/laravelmodules)[ RSS](/packages/d35k-laravelmodules/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

Laravel Module Management
=========================

[](#laravel-module-management)

Modular Pattern &amp; Module Management for Laravel 5

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

[](#installation)

The best way to install this package is through your terminal via Composer.

Add the following line to the `composer.json` file and fire `composer update`

```
"d35k/laravelmodules": "dev-master"

```

Once this operation is complete, simply add the service provider to your project's `config/app.php`

#### Service Provider

[](#service-provider)

```
d35k\laravelmodules\ModuleServiceProvider::class,

```

Getting started
---------------

[](#getting-started)

The built in Artisan command `php artisan make:module name [--no-migration] [--no-translation]` generates a ready to use module in the `app/Modules` folder and a migration if necessary.

```
laravel-project/
    app/
    |-- Modules/
        |-- FooBar/
            |-- Controllers/
                |-- FooBarController.php
                |-- FooBarApiController.php
                |-- FooBarAdminController.php
            |-- Models/
                |-- FooBar.php
            |-- Views/
                |-- default/
                    |-- index.blade.php
                |-- admin/
                    |-- index.blade.php
                |-- api/
                    |-- index.blade.php
            |-- Translations/
                |-- en/
                    |-- general.php
                |-- tr/
                    |-- general.php
            |-- routes.php
            |-- helper.php
            |-- details.php

```

Config
------

[](#config)

Getting to module config file and generators:

```
php artisan vendor:publish

```

Files

```
laravel-project/
    config/
    |-- modulemanagement.php
    app/
    |-- BaseHelpers.php
    |-- Http/
        |-- Controllers/
            |-- AdminTemplateController.php
            |-- MainTemplateController.php
            |-- AdminController.php
            |-- MainController.php

```

### General

[](#general)

Based on [L5 Modular](https://github.com/Artem-Schander/L5Modular), thanks to Artem Schander.

### To Do List

[](#to-do-list)

- Modular Pattern Generator with arrays
- Relocate arrays in config folder
- Generate a Module Management Controller
- Generate a Module Management View(s)

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26274293?v=4)[Göktuğ Hatipoğlu](/maintainers/d35k)[@d35k](https://github.com/d35k)

---

Top Contributors

[![d35k](https://avatars.githubusercontent.com/u/26274293?v=4)](https://github.com/d35k "d35k (2 commits)")

### Embed Badge

![Health badge](/badges/d35k-laravelmodules/health.svg)

```
[![Health](https://phpackages.com/badges/d35k-laravelmodules/health.svg)](https://phpackages.com/packages/d35k-laravelmodules)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[andregasparin/leafletadianti

Plugins for Adianti Framework

143.2k](/packages/andregasparin-leafletadianti)

PHPackages © 2026

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