PHPackages                             engine45/artisan - 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. engine45/artisan

ActiveLibrary[Framework](/categories/framework)

engine45/artisan
================

Overriden Artisan make commands to utilize our Laravel Domain Driven Design starter.

02[2 issues](https://github.com/laravel-DDD/Make-Commands/issues)PHP

Since Apr 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/laravel-DDD/Make-Commands)[ Packagist](https://packagist.org/packages/engine45/artisan)[ RSS](/packages/engine45-artisan/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Make commands
=============

[](#make-commands)

PHP Artisan make commands for our DDD starter template of the Laravel template. Because we broke the default structure of the laravel structure to a more DDD approach.

We provide this package to make the default make commands compatible.

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

[](#installation)

You can install the package via composer:

```
composer require engine45/artisan-maker-commands

```

The package will automatically register itself.

You can optionally publish the config file with:

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

```

Laravel stubs
-------------

[](#laravel-stubs)

This repo also comes with opinionated versions of the Laravel stubs. You can simply publish them you your project with the following command:

```
$ php artisan engine45-stub:publish

```

If you want to keep your stubs up to date with every update, you can add this composer hook to your composer.json file

```
"scripts": {
    "post-update-cmd": [
        "@php artisan engine45-stub:publish"
    ]
}

```

Artisan `make:` command overriding
----------------------------------

[](#artisan-make-command-overriding)

This package does basically overwrite all the default make commands. We also implemented the `-d|--domain` options to specify the given domain for the class. If the option is not filled in it will be fallback to `App\Domain\Shared`

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

### Laravel Stubs

[](#laravel-stubs-1)

The functionality for publish the stubs is heavily inspired by [spatie/laravel-stube](https://github.com/spatie/laravel-stubs)All the copyright goes to the hard work of spatie. We implemented the functionality just for the proof of concept for our Domain Driven starter. That will be available later.

### Make commands

[](#make-commands-1)

The logic that is used to overriding the make commands from artisan is heavily inspired by [signifly/laravel-domain-commands](https://github.com/signifly/laravel-domain-commands)All the copyrights for the commands goes to the hard work of them. We implemented the functionality just for the proof of concept for our Domain Driven starter. That will be available later.

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

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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/5157609?v=4)[Tim Joosten](/maintainers/Tjoosten)[@Tjoosten](https://github.com/Tjoosten)

---

Top Contributors

[![Tjoosten](https://avatars.githubusercontent.com/u/5157609?v=4)](https://github.com/Tjoosten "Tjoosten (10 commits)")

### Embed Badge

![Health badge](/badges/engine45-artisan/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M298](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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