seasalt / nico-scaffold
Create a clean architecture scaffold
v1.12.2
2022-08-17 22:51 UTC
Requires
- php: >=8.0
- laravel/framework: >=8.0
This package is auto-updated.
Last update: 2026-02-18 06:59:36 UTC
README
Install
composer require seasalt/nico-scaffold
Example
php artisan make:context MyCompany Employee
Example (API)
php artisan make:context MyCompany Employee --api