This package neatly keeps models into sub-directories without breaking the table naming scheme.
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,
],
Please see CHANGELOG for more information what has changed recently.
If you discover any security related issues, please email xoxo@saifmahmud.name instead of using the issue tracker.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.