-
-
Notifications
You must be signed in to change notification settings - Fork 2
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