Hello everyone! I'd like to share what I think is a pretty fun little project I've been working on since January called Laracord.
I set out to make a Discord bot late last year quickly matching DiscordPHP with Laravel Zero. While it was pretty easy to get up and rolling, it quickly became clear that DiscordPHP, being a raw library structured around the Discord API, was missing some serious DX leaving a lot to be desired.
In January I decided to abstract what I had so far and do an initial release. Fast-forward a few months and Laracord has grown far past what I initially had in mind. It is packed with features and I think it is turning out to be pretty fun to use!
If this sounds like your cup of tea, I'd love for you to check it out:
Features
* Out of the box support for databases, caching, and many other Laravel features.
* Instantly generate working bot commands and event listeners with 0 knowledge.
* Automatic handling of registering/updating/unregistering application slash commands.
* Easy to use interaction routing for persistence on message buttons and actions.
* Generate asynchronous services/tasks that run parallel to the bot.
* Optional HTTP Server with native Laravel routing and Livewire support.
* Fully configurable and extendable.
* Beautiful console logging with timestamps.
* Fully documented and maintained.
Documentation
* Website:
https://laracord.com
/>
* Docs:
https://laracord.com/docs
/>
* Discord:
https://laracord.com/discord
/>
submitted by /u/Log1x
[link] [comments]
Laracord: Create Discord bots with Laravel
Programing Coderfunda
June 06, 2024
No comments
Related Posts:
How to know IP of the request made in python using amazon api gatewayI make a question explorer in python. To get IP ban I try to use amazon api gateway to rotate IP using this guide. But the problem is I can not config… Read More
Laravel Purity vs Spatie's laravel-query-builder?I'm looking to implement an out-of-the-box solution for filtering & sorting results on my API endpoints, and I've come across Laravel Purity and Spati… Read More
FindQt5.cmake in CMAKE_MODULE_PATHI have started to practice Qt and now working on a mp3 file player and in order to do that I have to use a library called QtMediaPlayer and QMultiMedi… Read More
My package Laravel, Lara Hierarchial Collections has been updated to support Laravel 11 - package to performantly convert a flat collection of hierarchical data to a nested collection for things like Org Charts.submitted by /u/South-Hyena-1469 [link] [comments]… Read More
Resources covering modern non-cloud (Laravel) deployment? Best practices for deploying updates, serving new features to beta-testers, reliable backups, security, etc.Hey, my background building Laravel apps is working on comparably small projects for a few clients that just needed more custom functionality than W… Read More
0 comments:
Post a Comment
Thanks