PHPackages                             octopyid/l3d - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. octopyid/l3d

ActiveLibrary[Framework](/categories/framework)

octopyid/l3d
============

Laravel Domain Design Pattern

027↓100%PHP

Since Jun 17Pushed 6mo agoCompare

[ Source](https://github.com/OctopyID/L3D)[ Packagist](https://packagist.org/packages/octopyid/l3d)[ RSS](/packages/octopyid-l3d/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

L3D (Laravel Domain-Driven Design)
==================================

[](#l3d-laravel-domain-driven-design)

Welcome to L3D – an elegant and modular solution for structuring your Laravel applications using Domain-Driven Design (DDD) principles. 🚀

Why Choose L3D?
---------------

[](#why-choose-l3d)

L3D helps you:

- 📂 Organize your code in a modular, scalable way
- 🎯 Separate business logic into well-defined domains
- ⚡ Enhance application maintainability and scalability
- 🔍 Make code easier to navigate and understand
- 🛠️ Embrace clean architecture principles with ease

Automated Magic! 🎉 With L3D, you don’t need to manually:

- ✅ Register service providers
- ✅ Configure migration paths
- ✅ Set up domain-specific routes
- ✅ Define factory locations

and more...

All of this is automatically handled behind the scenes. 🪄

Compatibility
-------------

[](#compatibility)

- PHP 8.4+
- Laravel 12.0+

Installation
------------

[](#installation)

### 1. Install via Composer:

[](#1-install-via-composer)

```
composer require octopy/l3d
```

### 2. Register domain paths manually (Optional)

[](#2-register-domain-paths-manually-optional)

By default, L3D will automatically discover domains inside the default directory. If you prefer to store your domains elsewhere, you can configure the location like this:

```
public function register()
{
    l3d()->register([
        'App\\Domain\\' => app_path('Domain')
    ]);
}
```

Production Optimization
-----------------------

[](#production-optimization)

For maximum performance in production, enable domain caching:

```
php artisan l3d:cache
```

Need to clear the cache? Use:

```
php artisan l3d:clear
```

Contributing
------------

[](#contributing)

We greatly appreciate contributions from the community! Feel free to submit pull requests or report issues if you find bugs or have suggestions for improvements.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Supian M](https://github.com/SupianIDz)
- [Octopy ID](https://github.com/OctopyID)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance49

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37969970?v=4)[Supian M](/maintainers/SupianIDz)[@SupianIDz](https://github.com/SupianIDz)

---

Top Contributors

[![SupianIDz](https://avatars.githubusercontent.com/u/37969970?v=4)](https://github.com/SupianIDz "SupianIDz (9 commits)")

### Embed Badge

![Health badge](/badges/octopyid-l3d/health.svg)

```
[![Health](https://phpackages.com/badges/octopyid-l3d/health.svg)](https://phpackages.com/packages/octopyid-l3d)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M120](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
