awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nWidart avatar

nWidart/laravel-modules

0
View on GitHub↗
6,157 स्टार्स·1,017 फोर्क्स·PHP·MIT·8 व्यूज़docs.laravelmodules.com↗

Laravel Modules

यह Laravel एप्लिकेशन के लिए एक मॉड्यूल प्रबंधन फ़्रेमवर्क है जिसे मोनोलिथिक कोडबेस को स्वतंत्र, मॉड्यूलर कंपोनेंट्स में व्यवस्थित करने के लिए डिज़ाइन किया गया है। यह एक मॉड्यूलर एप्लिकेशन आर्किटेक्चर को लागू करता है जो बिज़नेस लॉजिक को स्व-निहित इकाइयों में अलग करता है, जिनमें से प्रत्येक के पास कंट्रोलर्स, मॉडल्स और व्यूज़ के लिए अपनी समर्पित डायरेक्टरीज़ होती हैं।

प्रोजेक्ट डोमेन ड्रिवन डिज़ाइन के लिए एक टूल के रूप में कार्य करता है, जो डेवलपर्स को संबंधित कार्यक्षमता को बाउंडेड कॉन्टेक्स्ट में समूहित करने की अनुमति देता है। यह दृष्टिकोण दीर्घकालिक रखरखाव और स्केलेबिलिटी में सुधार के लिए मोनोलिथिक एप्लिकेशन को छोटे, प्रबंधनीय मॉड्यूल में माइग्रेट करने का समर्थन करता है।

फ़्रेमवर्क डायरेक्टरी-आधारित मॉड्यूल डिस्कवरी, कस्टम नेमस्पेस मैपिंग और सर्विस-प्रोवाइडर-आधारित बूटस्ट्रैपिंग के माध्यम से प्रोजेक्ट संगठन को संभालता है। यह कॉन्फ़िगरेशन-संचालित लोडिंग के माध्यम से एप्लिकेशन स्टेट को मैनेज करता है और कन्वेंशन-आधारित फ़ोल्डर स्ट्रक्चरिंग व डायनामिक रूट इंजेक्शन का उपयोग करके संसाधन स्थान को ऑटोमेट करता है।

Features

  • Laravel Application Architectures - Provides a modular architectural framework specifically designed for organizing Laravel-based applications.
  • MVC Module Organizers - Structures controllers, models, and views into namespaced directories that function as self-contained mini-applications.
  • Component-Based Module Organizations - Organizes the codebase into self-contained modules that encapsulate logic, templates, and routing for better maintainability.
  • Directory-Based Plugin Discovery - Automatically scans specific file system directories to discover, register, and initialize modular application components.
  • Service Providers - Uses dedicated service provider classes for each module to register bindings and load configurations during startup.
  • Modular Application Architectures - Implements an application design that separates business logic into self-contained, independent modules.
  • Module Management Frameworks - Provides a comprehensive system for organizing monolithic Laravel applications into independent, modular components.
  • Domain Driven Frameworks - Acts as a framework for implementing domain-driven design by grouping related functionality into bounded contexts.
  • Module Loading Systems - Provides a central configuration system to control the active state and loading order of application modules.
  • Monolith Decompositions - Facilitates the process of breaking down a large monolithic Laravel codebase into smaller, loosely coupled modules.
  • Namespace Mappings - Implements rules for translating logical PHP namespaces to physical file system paths for modular autoloading.
  • Domain-Driven Designs - Aligns the application architecture with business domains by grouping related functionality into bounded contexts.
  • Dynamic Routing - Allows module-specific route files to be injected into the global routing table during the application boot process.
  • Folder Structure Conventions - Enforces a standardized internal folder layout for controllers and views to automate routing and resource location.
  • General Utilities - Organizes code into modular structures.

स्टार हिस्ट्री

nwidart/laravel-modules के लिए स्टार हिस्ट्री चार्टnwidart/laravel-modules के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Laravel Modules के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Laravel Modules के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • abpframework/abpabpframework का अवतार

    abpframework/abp

    14,313GitHub पर देखें↗

    ABP is an opinionated architectural framework for building enterprise software solutions using .NET and ASP.NET Core. It serves as a structural toolkit for implementing domain-driven design and microservices patterns, providing a modular enterprise architecture where functionality is organized into independent, pluggable modules. The platform is specifically designed to support multi-tenant SaaS architectures, isolating data and configurations for multiple independent customers within a single application instance. It provides enterprise boilerplate infrastructure and pre-configured templates

    C#abpangulararchitecture
    GitHub पर देखें↗14,313
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • ardalis/cleanarchitectureardalis का अवतार

    ardalis/CleanArchitecture

    18,291GitHub पर देखें↗

    CleanArchitecture is a project template for ASP.NET Core designed to establish a standardized foundation for enterprise applications. It enforces architectural boundaries by separating core business logic from infrastructure and external dependencies, ensuring that the domain remains independent of technical concerns. The project provides scaffolding that supports both multi-project solutions for complex systems and single-project vertical slices for simpler requirements. By organizing code around business entities and aggregates, it facilitates modular development where distinct parts of a s

    C#architectureclean-architecturecsharp
    GitHub पर देखें↗18,291
  • khannedy/golang-clean-architecturekhannedy का अवतार

    khannedy/golang-clean-architecture

    1,066GitHub पर देखें↗

    This project provides a structured boilerplate for building Go web applications based on clean architecture principles. It serves as a template for organizing codebases to ensure that core business logic remains isolated from external frameworks, database layers, and delivery mechanisms. The implementation prioritizes domain-driven design by centering the application around pure business entities that contain no references to infrastructure concerns. It utilizes layered dependency inversion and interface-based port adaptation to decouple the internal logic from external dependencies, allowing

    Go
    GitHub पर देखें↗1,066
Laravel Modules के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

nwidart/laravel-modules क्या करता है?

यह Laravel एप्लिकेशन के लिए एक मॉड्यूल प्रबंधन फ़्रेमवर्क है जिसे मोनोलिथिक कोडबेस को स्वतंत्र, मॉड्यूलर कंपोनेंट्स में व्यवस्थित करने के लिए डिज़ाइन किया गया है। यह एक मॉड्यूलर एप्लिकेशन आर्किटेक्चर को लागू करता है जो बिज़नेस लॉजिक को स्व-निहित इकाइयों में अलग करता है, जिनमें से प्रत्येक के पास कंट्रोलर्स, मॉडल्स और व्यूज़ के लिए अपनी समर्पित डायरेक्टरीज़ होती हैं।

nwidart/laravel-modules की मुख्य विशेषताएं क्या हैं?

nwidart/laravel-modules की मुख्य विशेषताएं हैं: Laravel Application Architectures, MVC Module Organizers, Component-Based Module Organizations, Directory-Based Plugin Discovery, Service Providers, Modular Application Architectures, Module Management Frameworks, Domain Driven Frameworks।

nwidart/laravel-modules के कुछ ओपन-सोर्स विकल्प क्या हैं?

nwidart/laravel-modules के ओपन-सोर्स विकल्पों में शामिल हैं: abpframework/abp — ABP is an opinionated architectural framework for building enterprise software solutions using .NET and ASP.NET Core.… codeigniter4/codeigniter4 — CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web… ardalis/cleanarchitecture — CleanArchitecture is a project template for ASP.NET Core designed to establish a standardized foundation for… khannedy/golang-clean-architecture — This project provides a structured boilerplate for building Go web applications based on clean architecture… fideloper/trustedproxy — TrustedProxy is an HTTP proxy trust manager and Laravel middleware designed to validate request headers and manage… alexeymezenin/laravel-best-practices — This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable…