neoko/laravel-architecture-commands

This package adds make commands for clean architecture files

Maintainers

Package info

github.com/neokofg/laravel-architecture-commands

pkg:composer/neoko/laravel-architecture-commands

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 5

dev-main 2024-02-10 17:02 UTC

This package is auto-updated.

Last update: 2026-06-15 04:16:21 UTC


README

INSTALL

composer require neoko/laravel-architecture-commands

USAGE

php artisan make:usecase User/CreateUseCase
php artisan make:repository User/CreateRepository