Best of Laravel — February 2024
- 1
- 2
- 3
Laravel News·2y
Create Elegant Discord Bots with Laracord
Laracord is a micro-framework to build Discord bots with Laravel. It provides features for commands, slash commands, events, and more. It also offers optional HTTP server support for webhooks and API interaction. Get started with Laracord at laracord.com.
- 4
- 5
- 6
- 7
Medium·2y
Exploring Seamless Development and Deployment: Laravel, Docker, and CI Part I
This post explores seamless development and deployment using Laravel, Docker, and Continuous Integration (CI). It explains the reasons for adopting Docker and the benefits it provides. The post also provides a step-by-step guide on creating a Laravel project and setting up a Docker environment. The upcoming parts will cover the continuous integration aspect.
- 8
Laravel News·2y
Protect Routes with JWT Tokens Using This Package for Laravel
Protect Routes with JWT Tokens Using This Package for Laravel makes it easy to generate, consume, and protect routes with JWT tokens in Laravel by providing a JWT facade with helper methods, enforcing a minimal set of claims, and offering HTTP Middleware and Request macro functionality.
- 9