Create powerful Discord bots with the power of Laravel and DiscordPHP.
Laracord combines the power of Laravel with Discord's rich API to create an unparalleled development experience for bot creators.
Built on Laravel Zero micro-framework with full access to Laravel features like Eloquent, caching, and services.
Extensible plugin system allows for reusable components and a growing ecosystem of Discord bot functionality.
Automatic discovery of commands, slash commands, events, and tasks from your app directories with zero configuration.
Global and individual command middleware for rate limiting, authentication, and custom logic processing.
Optional HTTP server with native Laravel routing and Livewire support for web dashboards and webhooks.
Beautiful console with custom prompts, colorful logging, and real-time bot interaction during development.
Generate asynchronous services and tasks that run parallel to your bot for scheduled operations.
Laravel-native exception handling with Collision for beautiful error rendering and comprehensive logging.
Use Laravel's expressive syntax and familiar project structure to build Discord bots.
Traditional prefix commands with interactive components
Auto-syncing slash commands with full Discord API support
React to Discord events with elegant Laravel event listeners
Run timed tasks in the ReactPHP event loop
Process commands and interactions with custom middleware
Laracord provides a robust and developer-friendly base for crafting sophisticated Discord bots, leveraging proven PHP technologies.
Built on Laravel's micro-framework for console applications.
Powerful PHP library for Discord API integration.
Asynchronous event-driven programming for real-time bots.
Want to see what makes Laracord special? View the framework →
Download Laracord, configure your Discord token, and boot your bot.
Get started with a single Composer command.
composer create-project laracord/laracord my-discord-bot
Add your Discord bot token to the .env file.
DISCORD_TOKEN=<token>
Launch your bot and begin interacting with Discord in real time.
php laracord
Everything you need to know about building Discord bots with Laravel and Laracord.
Join a growing community of developers building modern Discord bots powered by Laracord.