PHPackages                             gsilva18/laravel-dol-commands - 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. [CLI &amp; Console](/categories/cli)
4. /
5. gsilva18/laravel-dol-commands

ActiveLibrary[CLI &amp; Console](/categories/cli)

gsilva18/laravel-dol-commands
=============================

Artisan commands to Laravel apps that utilizes Domain Oriented Laravel.

v1.0.0(4y ago)07MITPHPPHP ^8.0

Since Oct 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/GSilva18/laravel-dol-commands)[ Packagist](https://packagist.org/packages/gsilva18/laravel-dol-commands)[ Docs](https://github.com/gsilva18/laravel-ddd-commands)[ RSS](/packages/gsilva18-laravel-dol-commands/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Artisan commands to Laravel apps that utilizes Domain Oriented Laravel.
=======================================================================

[](#artisan-commands-to-laravel-apps-that-utilizes-domain-oriented-laravel)

It is heavily inspired by the DDD approach mentioned in [this great article](https://stitcher.io/blog/organise-by-domain) by Brent from Spatie. And with review code from (signifly/laravel-domain-commands)

Basic Usage
-----------

[](#basic-usage)

The package comes with a handful of commands out of the box.

**Actions**

Generate a new Action using the `dol:action` command:

```
php artisan dol:action CreateUserAction -d User
```

**Controller**

Generate a new Controller using the `dol:controller` command:

```
php artisan dol:controller UserController -d User -a Api (application dentro de exp: src/App/Api)
```

Publish config

```
php artisan vendor:publish --tag="dol-commands-config"
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1684d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae49c67afdbafb63630f2145ca60571315c60c95461daec074ad915cace2a310?d=identicon)[GSilva18](/maintainers/GSilva18)

---

Top Contributors

[![GSilva18](https://avatars.githubusercontent.com/u/15893064?v=4)](https://github.com/GSilva18 "GSilva18 (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gsilva18-laravel-dol-commands/health.svg)

```
[![Health](https://phpackages.com/badges/gsilva18-laravel-dol-commands/health.svg)](https://phpackages.com/packages/gsilva18-laravel-dol-commands)
```

###  Alternatives

[acdphp/laravel-schedule-police

Stop, start or execute scheduled commands from a simple dashboard without redeploying, while maintaining the visibility, control, and reviewability of the configurations in your codebase.

5116.9k](/packages/acdphp-laravel-schedule-police)[jakyeru/laravel-shell

Laravel-Shell adds a terminal interface to your web application, allowing you to run shell commands directly from your browser.

166.1k](/packages/jakyeru-laravel-shell)

PHPackages © 2026

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