PHPackages                             takemo101/simple-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. [Framework](/categories/framework)
4. /
5. takemo101/simple-module

ActiveLibrary[Framework](/categories/framework)

takemo101/simple-module
=======================

Laravel Simple Module

v0.2.2(4y ago)1296MITPHPPHP ^8.0

Since Jan 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/takemo101/simple-module)[ Packagist](https://packagist.org/packages/takemo101/simple-module)[ Docs](https://github.com/takemo101/simple-module)[ RSS](/packages/takemo101-simple-module/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (6)Versions (13)Used By (0)

The Simple Module For Laravel
=============================

[](#the-simple-module-for-laravel)

[![Testing](https://github.com/takemo101/simple-module/actions/workflows/testing.yml/badge.svg)](https://github.com/takemo101/simple-module/actions/workflows/testing.yml)[![PHPStan](https://github.com/takemo101/simple-module/actions/workflows/phpstan.yml/badge.svg)](https://github.com/takemo101/simple-module/actions/workflows/phpstan.yml)[![Validate Composer](https://github.com/takemo101/simple-module/actions/workflows/composer.yml/badge.svg)](https://github.com/takemo101/simple-module/actions/workflows/composer.yml)

A very simple modular system for Laravel.
Enjoy!

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

[](#installation)

Execute the following composer command.

```
composer require takemo101/simple-module

```

Publish the config
------------------

[](#publish-the-config)

Publish the config with the following artisan command.

```
php artisan vendor:publish --tag="simple-module"

```

About composer.json
-------------------

[](#aboutcomposerjson)

Create a'module' directory in the directory where composer.json is located.
Then set the path of the directory you added to composer.json.

```
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Module\\": "module/",
