PHPackages                             dptsi/laravel-modular - 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. dptsi/laravel-modular

ActiveLibrary[Framework](/categories/framework)

dptsi/laravel-modular
=====================

Laravel modular template developed for DPTSI projects

v5.1.1(10mo ago)624.1k↓43.8%4[2 PRs](https://github.com/dptsi/laravel-modular/pulls)PHPPHP ^8.0.2

Since May 1Pushed 10mo ago2 watchersCompare

[ Source](https://github.com/dptsi/laravel-modular)[ Packagist](https://packagist.org/packages/dptsi/laravel-modular)[ RSS](/packages/dptsi-laravel-modular/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (11)Used By (0)

Laravel Modular
===============

[](#laravel-modular)

A package to generate modules for a Laravel project.

Requirements
------------

[](#requirements)

1. PHP 7.4 or greater
2. Laravel version 8

Installation
------------

[](#installation)

Install using composer:

```
composer require dptsi/laravel-modular
```

Usage
-----

[](#usage)

1. (Optional) To change application namespace, run:

    ```
    php artisan app:name Custom\Namespace
    ```

    Note: All namespace inside app directory (app/) will change into custom namespace.

    Note: in Mac OS or Linux use double backslash. `Custom\\Namespace`.
2. To create a new module, run:

    ```
    php artisan module:make ModuleName
    ```

    By default this will create a new module using mvc skeleton and sqlsrv database configuration.

    Note: the module name must be in StudlyCase
3. If you want to create a new module with a specific skeleton you can use `--skeleton` or `-S` option. Supported skeleton `onion` and `mvc`.

    ```
    php artisan module:make ModuleName --skeleton onion
    ```

    ```
    php artisan module:make ModuleName -S onion
    ```
4. If you want to create a new modul using specific database you can use `--database` or `-D` option. Supported database `sqlsrv`, `mysql` and `pgsql`.

    ```
    php artisan module:make ModuleName --database mysql
    ```

    ```
    php artisan module:make ModuleName --D pgsql
    ```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance53

Moderate activity, may be stable

Popularity33

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 58% 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 ~168 days

Recently: every ~224 days

Total

10

Last Release

328d ago

Major Versions

v1.0.0 → v2.0.02021-05-07

v2.0.0 → v3.0.02021-05-19

v3.0.1 → v4.0.02023-01-11

v4.1.0 → v5.0.02024-02-07

PHP version history (3 changes)v1.0.0PHP ^7.4|8.0.\*

v4.0.0PHP &gt;=7.4

v5.0.0PHP ^8.0.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/325c06ca594835aa37001ef03863e1d189286e9d55e61f3e34e2dfc951b6dd93?d=identicon)[dptsi](/maintainers/dptsi)

---

Top Contributors

[![durianpeople](https://avatars.githubusercontent.com/u/2001867?v=4)](https://github.com/durianpeople "durianpeople (65 commits)")[![ersadishla](https://avatars.githubusercontent.com/u/36990076?v=4)](https://github.com/ersadishla "ersadishla (36 commits)")[![ricesky](https://avatars.githubusercontent.com/u/622846?v=4)](https://github.com/ricesky "ricesky (7 commits)")[![awwabi](https://avatars.githubusercontent.com/u/11423457?v=4)](https://github.com/awwabi "awwabi (4 commits)")

### Embed Badge

![Health badge](/badges/dptsi-laravel-modular/health.svg)

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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