PHPackages                             pablolovera/modules-laravel - 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. pablolovera/modules-laravel

ActiveLibrary

pablolovera/modules-laravel
===========================

Modules for applications based on laravel 5.\*

1.0.0(9y ago)451MITPHPPHP &gt;=5.5.9

Since Jun 17Pushed 9y ago2 watchersCompare

[ Source](https://github.com/pablolovera/modules-laravel)[ Packagist](https://packagist.org/packages/pablolovera/modules-laravel)[ Docs](https://github.com/pablolovera/modules-laravel)[ RSS](/packages/pablolovera-modules-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Modules for applications based on laravel 5.\*
----------------------------------------------

[](#modules-for-applications-based-on-laravel-5)

### Install

[](#install)

```
composer require pablolovera/modules-laravel

```

#### Add ServiceProvider on config/app.php

[](#add-serviceprovider-on-configappphp)

```
PabloLovera\ModulesLaravel\Providers\ModulesServiceProvider::class,

```

#### Publish config

[](#publish-config)

```
php artisan vendor:publish --provider="PabloLovera\ModulesLaravel\Providers\ModulesServiceProvider"

```

### How to use...

[](#how-to-use)

#### First step (IMPORTANT)

[](#first-step-important)

Create the `Core` module. It's very important!

```
php artisan module:make-core

```

Then... see the directory `app/Core/`

#### Create the other modules...

[](#create-the-other-modules)

```
php artisan make:module

```

Then... see the directory `app/Modules/`

### Commands available

[](#commands-available)

`php artisan ...`

##### Create Module

[](#create-module)

```
make:module

```

So... created in `app/Modules/`

When a new module is created, you need add provider in `config/app.php`, like a `App\Modules\\Providers\ServiceProvider::class,`

##### Create Controller for existing module

[](#create-controller-for-existing-module)

```
module:make-controller

```

So... created in `app/Modules//Http/Controllers/`

##### Create Model for existing module

[](#create-model-for-existing-module)

```
module:make-model

```

So... created in `app/Modules//Models/`

##### Create Request for existing module

[](#create-request-for-existing-module)

```
module:make-request

```

So... created in `app/Modules//Http/Requests/`

##### Create Seeder for existing module

[](#create-seeder-for-existing-module)

```
module:make-seeder

```

So... created in `app/Modules//Database/seeds/`

##### Create Migration for existing module

[](#create-migration-for-existing-module)

```
module:make-migration

```

So... created in `app/Modules//Database/migrations/`

##### Executing Migration for existing module

[](#executing-migration-for-existing-module)

```
module:migrate

```

or

```
module:migrate  --seed

```

##### Create Service Provider for existing module

[](#create-service-provider-for-existing-module)

```
module:make-service-provider

```

So... created in `app/Modules//Providers/`

##### Create Transformer for existing module

[](#create-transformer-for-existing-module)

```
module:make-transformer

```

So... created in `app/Modules//Transformers/`

##### Create Input View for existing module

[](#create-input-view-for-existing-module)

```
module:make-view-dados

```

So... created in `app/Modules//Views/`

##### Create List View for existing module

[](#create-list-view-for-existing-module)

```
module:make-view-lista

```

So... created in `app/Modules//Views/`

### Licence

[](#licence)

[MIT Licence](https://github.com/pablolovera/modules-laravel/blob/master/LICENSE)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3484d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.5.9

1.1.0.x-devPHP &gt;=5.6.4

### Community

---

Top Contributors

[![pablolovera](https://avatars.githubusercontent.com/u/3923722?v=4)](https://github.com/pablolovera "pablolovera (13 commits)")

### Embed Badge

![Health badge](/badges/pablolovera-modules-laravel/health.svg)

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

PHPackages © 2026

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