PHPackages                             webtack/lara-modules - 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. webtack/lara-modules

ActiveLibrary[Framework](/categories/framework)

webtack/lara-modules
====================

1.2(8y ago)0133MITPHPPHP &gt;=7.0.0

Since Feb 19Pushed 7y agoCompare

[ Source](https://github.com/webtack/lara-modules)[ Packagist](https://packagist.org/packages/webtack/lara-modules)[ RSS](/packages/webtack-lara-modules/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)DependenciesVersions (10)Used By (0)

Lara-modules
============

[](#lara-modules)

`webtack/lara-modules` is a Laravel package which created to manage your Laravel app using modules.

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require webtack/lara-modules
```

### Autoloading

[](#autoloading)

By default the module classes are not loaded automatically. You can autoload your modules using `psr-4`. For example:

```
{
  "autoload": {
    "psr-4": {
      "App\\": "app/",
      "Modules\\": "modules/"
    }
  }
}
```

#### Add Service Provider

[](#add-service-provider)

Add this service provider to your `config/app.php` file.

```
Webtack\Modules\ModulesServiceProvider::class
```

If the loader still does not see your modules, run the command

```
composer dump-autoload
```

### Artisan

[](#artisan)

#### vendor:publish

[](#vendorpublish)

Artisan command to Publish any publishable assets from vendor packages (Required to get Laravel Packages working!).

```
php artisan vendor:publish --provider="Webtack\Modules\ModulesServiceProvider"
```

### Test Module

[](#test-module)

#### Click here

[](#click-here)

```
http://localhost/path/to/project/test
http://localhost/path/to/project/api/test
```

##### to test the module's functionality

[](#to-test-the-modules-functionality)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/webtack/lara-modules/blob/master/LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~4 days

Total

9

Last Release

2969d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/87845ad59eab9a5a61db06376b9f0cf125ac8d99badb0b84102cab4d468a3952?d=identicon)[webtack](/maintainers/webtack)

---

Top Contributors

[![webtack](https://avatars.githubusercontent.com/u/36098458?v=4)](https://github.com/webtack "webtack (18 commits)")[![ruslan-bilishko](https://avatars.githubusercontent.com/u/29741958?v=4)](https://github.com/ruslan-bilishko "ruslan-bilishko (3 commits)")

---

Tags

laravelmodule structure

### Embed Badge

![Health badge](/badges/webtack-lara-modules/health.svg)

```
[![Health](https://phpackages.com/badges/webtack-lara-modules/health.svg)](https://phpackages.com/packages/webtack-lara-modules)
```

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27431.5k](/packages/rahulalam31-laravel-abuse-ip)[laravel-frontend-presets/black-dashboard

Laravel 11.x Front-end preset for black dashboard

8726.2k](/packages/laravel-frontend-presets-black-dashboard)

PHPackages © 2026

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