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. [Framework](/categories/framework)
4. /
5. pablolovera/modules-laravel

ActiveLibrary[Framework](/categories/framework)

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

Modules for applications based on laravel 5.\*

1.0.0(10y 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 yesterday

READMEChangelogDependencies (8)Versions (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

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

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

3532d ago

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

1.1.0.x-devPHP &gt;=5.6.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3923722?v=4)[Pablo Lovera](/maintainers/pablolovera)[@pablolovera](https://github.com/pablolovera)

---

Top Contributors

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

---

Tags

laravelmodulesmoduloslaravel 5 modules

###  Code Quality

TestsPHPUnit

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k28.4M137](/packages/laravel-cashier)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k14.1M123](/packages/laravel-pulse)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)

PHPackages © 2026

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