PHPackages                             wicool/bake-module - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wicool/bake-module

ActivePackage[Utility &amp; Helpers](/categories/utility)

wicool/bake-module
==================

Make a Laravel module based skeleton

111PHP

Since Aug 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/flavianohonorato/bake-module)[ Packagist](https://packagist.org/packages/wicool/bake-module)[ RSS](/packages/wicool-bake-module/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Custom Laravel skeleton module generator
========================================

[](#custom-laravel-skeleton-module-generator)

How to use:

```
php artisan bake:module [ModuleName]

```

Run name on plural and uppercase, for example: Posts

```
php artisan bake:module Posts

```

Add your module service provider to `config/app.php`

```
Modules\Posts\Providers\PostServiceProvider::class,

```

This command generates the following structure with its respective files.

```
Facades
Http/Controllers
Interfaces
Models
Providers
Routes
Services

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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/4780299?v=4)[Flaviano Honorato](/maintainers/flavianohonorato)[@flavianohonorato](https://github.com/flavianohonorato)

---

Top Contributors

[![flavianohonorato](https://avatars.githubusercontent.com/u/4780299?v=4)](https://github.com/flavianohonorato "flavianohonorato (11 commits)")

---

Tags

generatorlaravelmodularmodularizationpackagephpskeleton

### Embed Badge

![Health badge](/badges/wicool-bake-module/health.svg)

```
[![Health](https://phpackages.com/badges/wicool-bake-module/health.svg)](https://phpackages.com/packages/wicool-bake-module)
```

###  Alternatives

[solidworx/toggler

Feature toggle library

2157.6k](/packages/solidworx-toggler)

PHPackages © 2026

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