You can install the package via composer:
composer require dbt/interactionsYou 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 migrateYou can publish interaction's config file using:
php artisan vendor:publish --tag="dbt-interactions-config"Please see CONTRIBUTING for details. The MIT License (MIT). Please see License File for more information.