nWidart/laravel-modules
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
Module Management In Laravel
Module Management In Laravel
# Laravel-Modules [](https://packagist.org/packages/nwidart/laravel-modules) [](LICENSE.md) [](https://scrutinizer-ci.com/g/nWidart/laravel-modules/?branch=master) [](https://packagist.org/packages/nwidart/laravel-modules) | **Laravel** | **laravel-modules** | |-------------|---------------------| | 5.4 | ^1.0 | | 5.5 | ^2.0 | | 5.6 | ^3.0 | | 5.7 | ^4.0 | | 5.8 | ^5.0 | | 6.0 | ^6.0 | | 7.0 | ^7.0 | | 8.0 | ^8.0 | | 9.0 | ^9.0 | | 10.0 | ^10.0 | | 11.0 | ^11.0 | | 12.0 | ^12.0 | | 13.0 | ^13.0 | `nwidart/laravel-modules` is a Laravel package created to manage your large Laravel app using modules. A Module is like a Laravel package, it has some views, controllers or models. This package is supported and tested in Laravel 11. 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. With one big bonus that the original package didn't have: **tests**. ## Install To install via Composer, run: ``` bash composer require nwidart/laravel-modules ``` The package will automatically register a service provider and alias. Optionally, publish the package's configuration file by running: ``` bash php artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider" ``` ### Autoloading > from v11.0 autoloading `"Modules\\": "modules/"
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...