PHPackages                             abacus/module-builder - 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. abacus/module-builder

ActiveLibrary[Framework](/categories/framework)

abacus/module-builder
=====================

A Laravel inhouse package for building modules

v3.0.2(1y ago)364MITPHPPHP 8.\*

Since Jan 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sebastianGVL/module-builder)[ Packagist](https://packagist.org/packages/abacus/module-builder)[ RSS](/packages/abacus-module-builder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

#### Module builder created to escape the boilerplating when creating new modules, based on 3-layer app

[](#module-builder-created-to-escape-the-boilerplating-when-creating-new-modules-based-on-3-layer-app)

1. Business ( Provider, Data, Creator, Facade )
2. Communication ( Controller, Request )
3. Persistence ( Model, Migration, Saver, Updater, Deleter )

#### The core principle

[](#the-core-principle)

This package is organized the same way the modules are generated, across that,
it uses chain responsability for the factory services to generate the classes.

#### How to use

[](#how-to-use)

To generate a new whole module, for example CarModule, you would type into the terminal.
If you want it to be translated, you add the --translated option to the command.

```
php artisan abacus:create:module Car
```

Don't forget to update your `bootstrap/providers.php`

```
