LaravelPackages.net
Acme Inc.
Toggle sidebar
sikhlana/laravel-modular

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

2.311
0
v1.0.3
About sikhlana/laravel-modular

sikhlana/laravel-modular is a Laravel package for a simple package to neatly keep models into sub-directories without breaking the table naming.. It currently has 0 GitHub stars and 2.311 downloads on Packagist (latest version v1.0.3). Install it with composer require sikhlana/laravel-modular. Discover more Laravel packages by sikhlana or browse all Laravel packages to compare alternatives.

Last updated

Hierarchical model generator for Laravel

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 [email protected] 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.

Star History Chart