neoko/laravel-architecture-commands

This package adds make commands for clean architecture files

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/neoko/laravel-architecture-commands

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

This package is auto-updated.

Last update: 2025-12-10 20:56:05 UTC


README

INSTALL

composer require neoko/laravel-architecture-commands

USAGE

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