A Laravel-based admin panel for managing Discord server moderation, utilizing the power of FilamentPHP for a seamless experience. Designed for easy server management, user moderation, and automated actions for Discord servers.
- Complete admin panel for moderation
- User ban, mute, and kick management
- Automate moderation actions with Discord commands
- Integrates easily with Discord API
- Built with FilamentPHP for an intuitive user interface
- Clone the repository:
git clone https://github.com/devxathena/laravel-discord-moderation.git
- Install dependencies:
composer install npm install
- Configure your
.env
file with Discord API credentials.
Start the server with:
php artisan serve
Access the admin panel at http://localhost/admin
.
- Laravel
- FilamentPHP
- Discord API
This project is licensed under the MIT License.