PHP Package: nwidart/laravel-modules

Laravel Modules allows you to organize your Laravel application into modules. It helps in structuring your codebase and improving maintainability and scalability.

Current Version: 12.0.4
Last Updated: 2025-06-29
PHP Requirement: >=8.2
Dependencies: None

Package Description

Laravel Modules is a powerful PHP library that enhances the modularity of Laravel projects. By breaking down the application into modules, it simplifies development, testing, and deployment processes. This library promotes code reusability and separation of concerns, making it an essential tool for building large-scale applications efficiently.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.0.4

Download Download v12.0.4

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/nwidart/laravel-modules/12.0.4/loader.php';
use Nwidart\Modules\Contracts\RepositoryInterface;

$obj = new RepositoryInterface();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.