dbt / interactions
Laravel 的交互日志
5.0.1
2024-08-07 15:10 UTC
Requires
- php: ^8.1|^8.2
- illuminate/contracts: ^10.0
- illuminate/database: ^10.0
- illuminate/support: ^10.0
Requires (Dev)
- larapack/dd: ^1.1
- laravel/pint: ^1.17
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^9.3
- rector/rector: ^1.2
- vimeo/psalm: ^4.0
This package is auto-updated.
Last update: 2024-09-07 15:28:12 UTC
README
安装
您可以通过composer安装此包
composer require dbt/interactions
您可以使用以下命令发布迁移
php artisan vendor:publish --tag="dbt-interactions-migration"
发布迁移后,您可以使用以下命令创建交互日志表
php artisan migrate
您可以使用以下命令发布交互配置文件
php artisan vendor:publish --tag="dbt-interactions-config"
用法
等等
有关详细信息,请参阅 CONTRIBUTING。本软件采用MIT许可证(MIT)。有关更多信息,请参阅 许可证文件。