laragrad/largent

在实体之间转账

安装: 16

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:package

0.3.0 2021-10-21 05:08 UTC

This package is auto-updated.

Last update: 2024-09-21 12:25:11 UTC


README

安装

安装一个包

composer require laragarad/largent

发布翻译和配置资源

php artisan vendor:publish --tag=largent

如果需要,您可以发布迁移,但这不是必需的。

php artisan vendor:publish --tag=largent-migrations

如果您的责任实体使用 uuid 键,则将配置键 laragrad.largent.entity_key_type 的值更改为 uuid

运行表迁移

php artisan migrate

配置和操作处理器创建

...