Search by

neoko / laravel-architecture-commands

neokofg

This package adds make commands for clean architecture files

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-09-15 04:46:18 UTC


README

INSTALL

composer require neoko/laravel-architecture-commands

USAGE

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