sikhlana/laravel-modular

A simple package to neatly keep models into sub-directories without breaking the table naming.

Installs: 2 253

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sikhlana/laravel-modular

v1.0.3 2022-02-09 12:21 UTC

This package is auto-updated.

Last update: 2025-10-09 21:17:09 UTC


README

This package neatly keeps models into sub-directories without breaking the table naming scheme.

Contents

Installation

You can install the package via composer:

composer require sikhlana/laravel-modular

If your Laravel version is lower than 5.5 you need to install the service provider:

// config/app.php
'providers' => [
    ...
    Sikhlana\Modular\ModularServiceProvider::class,
],

Changelog

Please see CHANGELOG for more information what has changed recently.

Security

If you discover any security related issues, please email xoxo@saifmahmud.name instead of using the issue tracker.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.