dbt/interactions

An interaction log for Laravel

4.0.0 2022-08-26 13:44 UTC

This package is auto-updated.

Last update: 2024-03-26 17:34:57 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.