altra / entity-skeleton
Package to generate altra entity skeletons
0.0.2
2022-11-24 15:01 UTC
Requires
- php: ^8.0
- altra/amqp: ^0.0
- altra/dto: ^2.0
- illuminate/support: ^8.0|^9.0
- php-amqplib/php-amqplib: ^3.4
Requires (Dev)
- laravel/pint: ^0.1.5
- orchestra/testbench: ^7.5
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-02-24 20:04:43 UTC
README
This package haves the purpose of creating a skeleton for an altra entity that will be used in multiple microservices.
Installation
composer require altra/entity-skeleton
To generate a skeleton we have to run in our project:
php artisan generate:skeleton
This command will prompt a question of which entity you want to generate the skeleton and create the classes defined in the package. If any of those classes is already created it will skipp the generation of that class.