DEV Community

Cover image for A powerful modular architecture package for Laravel applications
saeed abdollahian
saeed abdollahian

Posted on

A powerful modular architecture package for Laravel applications

for install :
See GitHub

composer require saeedvir/laravel-modular

INSTALLATION

A powerful modular architecture package for Laravel applications that allows you to organize your codebase into independent, reusable modules with automatic discovery and zero configuration.

✨ Features
πŸš€ Auto-Discovery - Modules automatically discovered and registered via composer merge plugin

πŸ“¦ Zero Configuration - Just run composer dump-autoload after creating modules

⚑ Performance Optimized - Built-in caching and lazy loading for production use

⚑ (saeedvir/laravel-modular πŸ†š nWidart/laravel-modules) Peak memory: Improved by 23.1% and Memory usage improved by 10.2%

🎨 Complete Module Structure - Controllers, models, views, routes, migrations, translations

πŸ”§ Artisan Commands - Comprehensive CLI tools for module management

πŸ“Š Performance Monitoring - Track module discovery and operation performance

πŸ› Debug-Aware Logging - Respects APP_DEBUG for production-friendly logs

πŸ§ͺ Testing Support - Built-in infrastructure for module testing

🎯 Laravel 11 & 12 - Full support for modern Laravel versions

Top comments (0)