PHPackages                             laravel-kit/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. laravel-kit/modules

ActiveLibrary[Framework](/categories/framework)

laravel-kit/modules
===================

Laravel Module management

01PHP

Since Jan 31Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alaa-aldaour/laravel_modules)[ Packagist](https://packagist.org/packages/laravel-kit/modules)[ RSS](/packages/laravel-kit-modules/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-Modules (THIS IS FORKED COPY NOT FUNCTIONAL YET)
========================================================

[](#laravel-modules-this-is-forked-copy-not-functional-yet)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d6da9de78ce6df5c9dbba31790b4c28ecc8cb64b9207c3ae0f9f5e034175ad31/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2d6b69742f6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-kit/modules)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/dce836c98a763f56d8875a5bcde738e577df0bd5fec51dd9226ae9aea3989079/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c61726176656c2d6b69742f6d6f64756c65732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/laravel-kit/modules)[![Scrutinizer Coverage](https://camo.githubusercontent.com/1d6fdd893ee2e1351cbd9f2ebd59d0f8f39c0f02c9de8d50cc2b2d9e60685424/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c61726176656c2d6b69742f6d6f64756c65732e7376673f6d61784167653d3836343030267374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-kit/modules/?branch=master)[![Quality Score](https://camo.githubusercontent.com/63e086073141f12bdc2a1fbfba645a4ede34aeaa1dea6db7c508ca7695503370/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c61726176656c2d6b69742f6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/laravel-kit/modules)[![Total Downloads](https://camo.githubusercontent.com/7103abbfa7bf3bb2f8a3581d325cf95c871e10665e992cc152eddfe7f1e2212e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2d6b69742f6d6f64756c65732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laravel-kit/modules)

**Laravel****laravel-modules**5.4^1.05.5^2.05.6^3.05.7^4.05.8^5.06.0^6.07.0^7.08.0^8.09.0^9.010.0^10.0`laravel-kit/modules` is a Laravel package which created to manage your large Laravel app using modules. Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 10.

This package is a re-published, re-organised and maintained version of [pingpong/modules](https://github.com/pingpong-labs/modules), which isn't maintained anymore. This package is used in [AsgardCMS](https://github.com/AsgardCms).

With one big added bonus that the original package didn't have: **tests**.

Find out why you should use this package in the article: [Writing modular applications with laravel-modules](https://nicolaswidart.com/blog/writing-modular-applications-with-laravel-modules).

Install
-------

[](#install)

To install through Composer, by run the following command:

```
composer require laravel-kit/modules
```

The package will automatically register a service provider and alias.

Optionally, publish the package's configuration file by running:

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

### 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/",
      "Database\\Factories\\": "database/factories/",
      "Database\\Seeders\\": "database/seeders/"
  }

}
```

**Tip: don't forget to run `composer dump-autoload` afterwards.**

Documentation
-------------

[](#documentation)

You'll find installation instructions and full documentation on .

Community
---------

[](#community)

We also have a Discord community.  For quick help, ask questions in the appropriate channel.

Credits
-------

[](#credits)

- [Nicolas Widart](https://github.com/nwidart)
- [David Carr](https://github.com/dcblogdev)
- [gravitano](https://github.com/gravitano)
- [All Contributors](../../contributors)

About Nicolas Widart
--------------------

[](#about-nicolas-widart)

Nicolas Widart is a freelance web developer specialising on the Laravel framework. View all my packages [on my website](https://nwidart.com/), or visit [my website](https://nicolaswidart.com).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

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/f5b9b247608ae7d76398e3b28b15e61508ce805923c09a63dad20e8fa9e582b9?d=identicon)[alaa\_daour98](/maintainers/alaa_daour98)

### Embed Badge

![Health badge](/badges/laravel-kit-modules/health.svg)

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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