dbt / interactions
An interaction log for 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-11-07 15:46:32 UTC
README
Installation
You can install the package via composer:
composer require dbt/interactions
You can publish the migration with:
php artisan vendor:publish --tag="dbt-interactions-migration"
After publishing the migration you can create an interaction log table using
php artisan migrate
You can publish interaction's config file using:
php artisan vendor:publish --tag="dbt-interactions-config"
Usage
Etc.
Please see CONTRIBUTING for details. The MIT License (MIT). Please see License File for more information.