PHPackages                             freengers-dev/firstmodule - 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. freengers-dev/firstmodule

ActiveLibrary

freengers-dev/firstmodule
=========================

Ejemplo de modulo para laravel

014PHP

Since Nov 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/gitfreengers/modulo)[ Packagist](https://packagist.org/packages/freengers-dev/firstmodule)[ RSS](/packages/freengers-dev-firstmodule/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Instalación
-----------

[](#instalación)

### Paso 1: Instalación de paquete

[](#paso-1-instalación-de-paquete)

```
composer require freengers-dev/firstmodule "dev-master"

```

Una vez realizada la instalación, agregar el proveedor al archivo "config/app.php"

```
Freengersdev\firstmodule\ExampleServiceProvider::class,

```

Tambien ocupa los siguientes providers

```
    	Collective\Html\HtmlServiceProvider::class,

```

y los siguientes alies:

```
		'Form' 		=> 'Collective\Html\FormFacade',
    	'Html' 		=> 'Collective\Html\HtmlFacade',

```

### Paso 2: Instalación de migraciones

[](#paso-2-instalación-de-migraciones)

Correr el comando vendor:publish para podere copiar las migraciones al directorio principal:

```
php artisan vendor:publish

```

### Paso 3: Actualización de base de datos

[](#paso-3-actualización-de-base-de-datos)

```
php artisan migrate

```

Rutas
-----

[](#rutas)

/todo

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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://www.gravatar.com/avatar/2a4bfc14637e6fa245e02cd66d94aaa44f34b1432d75998f5b099895980b3455?d=identicon)[gitfreengers](/maintainers/gitfreengers)

---

Top Contributors

[![gitfreengers](https://avatars.githubusercontent.com/u/15930337?v=4)](https://github.com/gitfreengers "gitfreengers (1 commits)")

### Embed Badge

![Health badge](/badges/freengers-dev-firstmodule/health.svg)

```
[![Health](https://phpackages.com/badges/freengers-dev-firstmodule/health.svg)](https://phpackages.com/packages/freengers-dev-firstmodule)
```

PHPackages © 2026

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