Laracord Logo

Build Status Total Downloads Latest Stable Version License

Laracord is a [micro-framework](https://github.com/laracord/framework) providing a powerful starting point for your next [Discord](https://discord.com/developers/docs/intro) bot. Quickly build functional, elegant bots using [Laravel](https://laravel.com/) alongside [DiscordPHP](https://github.com/discord-php/DiscordPHP). ![Screenshot](https://raw.githubusercontent.com/laracord/laracord.com/main/public/images/laracord-cli.png) ## Features - ⚡️ Out of the box support for databases, caching, and many other Laravel features thanks to [Laravel Zero](https://laravel-zero.com/). - 🚀 Instantly generate working bot [commands](https://laracord.com/docs/commands) and [event listeners](https://laracord.com/docs/events) with 0 knowledge. - 🧑‍💻 Automatic handling of registering/updating/unregistering application [slash commands](https://laracord.com/docs/slash-commands). - 🚚 Easy to use [interaction routing](https://laracord.com/docs/interactions) for persistence on message buttons and actions. - 👷 Generate asynchronous [services/tasks](https://laracord.com/docs/services) that run parallel to the bot. - 🌎 Optional [HTTP Server](https://laracord.com/docs/http-server) with native Laravel routing and [Livewire support](https://laracord.com/docs/livewire). - 🔧 Fully configurable and extendable. - 💄 Beautiful console logging with timestamps. - 🔍️ Fully [documented](https://laracord.com) and maintained. ## Documentation For full documentation, visit [Laracord.com](https://laracord.com). ## Bug Reports If you discover a bug in Laracord, please [open an issue](https://github.com/laracord/framework/issues). ## Contributing Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated. ## License Laracord is provided under the [MIT License](LICENSE.md).