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:
Laravel Pusher Websocket Not Working on HTTPS You are not connecting to the correct port, or the default port is by Echo is not the default you should use for pusher. Define the correct port ins… Read More
Changes in the vue file not applying in the browser Answer I think you are not understanding what npm run dev/prod/watch do. If you alter the .vue file in your resources folder, then have npm rebuild… Read More
Laravel Eloquent - Sum multiple relation columns I'm not an Eloquent master, and I did a lot of research and couldn't reproduce what I expected. I have the following models: <?php us… Read More
How to insert file and other input type using php and ajax using function Create Database Table To store the form input fields and file data, a table is required in the database. The following SQL creates a form_data… Read More
CMS Ajax Sort in the frontend If you want to pull in the partial updates from the handler, then the attribute name should be data-request-update="resultsPartialName: '#results'" … Read More
0 comments:
Post a Comment
Thanks