Skip to content

Installation

teaminfinitydev edited this page Jun 23, 2025 · 6 revisions

Installation

Install the package via Composer:

composer require teaminfinitydev/laravel-activity-log-discord

Publish the configuration file:

php artisan vendor:publish --provider="teaminfinitydev\ActivityLogDiscord\ActivityLogDiscordServiceProvider" --tag="config"

Publish and run the migrations:

php artisan vendor:publish --provider="teaminfinitydev\ActivityLogDiscord\ActivityLogDiscordServiceProvider" --tag="migrations"
php artisan migrate
Clone this wiki locally