PHPackages                             angelomarafelli/doop-modules - 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. angelomarafelli/doop-modules

ActiveLibrary[Framework](/categories/framework)

angelomarafelli/doop-modules
============================

Gerenciamento de Módulos para o Framework doop baseado em Laravel 5.5

010

Since Nov 1Compare

[ Source](https://github.com/angelomarafelli/doop-modules)[ Packagist](https://packagist.org/packages/angelomarafelli/doop-modules)[ RSS](/packages/angelomarafelli-doop-modules/feed)WikiDiscussions Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Generate-Modules
================

[](#generate-modules)

`doop/generate-modules` is a Laravel package which created to manage your large Laravel app using modules. Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 5.5.

This package is a re-published, re-organised and maintained version of [nwidart/laravelmodules](https://github.com/nwidart), which isn't maintained anymore. This package is used in [doopTech](https://www.devremote.com.br/dooptech).

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require doop/generate-modules
```

### Add Service Provider

[](#add-service-provider)

Next add the following service provider in `config/app.php`.

```
'providers' => [
  DOOP\Modules\ModulesServiceProvider::class,
],
```

Next, add the following aliases to `aliases` array in the same file:

```
'aliases' => [
  'Module' => DOOP\Modules\Facades\Module::class,
],
```

Next publish the package's configuration file by running:

```
php artisan vendor:publish --provider=DOOP\Modules\ModulesServiceProvider"
```

### Autoloading

[](#autoloading)

By default the module classes are not loaded automatically. You can autoload your modules using `psr-4`. For example:

```
{
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "DOOP\\": "modules/"
    }
  }
}
```

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

[](#documentation)

No Documentation

Credits
-------

[](#credits)

- [Ângelo Marafelli](https://github.com/angelomarafelli)
- [Nicolas Widart](https://github.com/nwidart)

About Ângelo Marafelli
----------------------

[](#about-ângelo-marafelli)

Ângelo Marafelli is a freelance web developer specialising on the Laravel framework. View all my packages [on my website](https://www.devremote.com.br).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/ceb10d89f447d566274d944b1ad64dc31751d51f43657e3543b092b253c700f8?d=identicon)[angelomarafelli](/maintainers/angelomarafelli)

### Embed Badge

![Health badge](/badges/angelomarafelli-doop-modules/health.svg)

```
[![Health](https://phpackages.com/badges/angelomarafelli-doop-modules/health.svg)](https://phpackages.com/packages/angelomarafelli-doop-modules)
```

###  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)
