-
-
Couldn't load subscription status.
- Fork 2
Installation
teaminfinitydev edited this page Jun 23, 2025
·
6 revisions
Install the package via Composer:
composer require teaminfinitydev/laravel-activity-log-discordPublish 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