How to generate OpenAPI specs for Laravel?As a Laravel user, I’m a huge fan of the framework’s incredible developer experience. It lets me create APIs super fast and with minimal…Mar 29, 2023Mar 29, 2023
Add Cloudflare R2 storage to Laravel in 5 minutesLet’s see how to configure a Cloudflare R2 storage disk on Laravel projects, a cost-effective alternative to AWS S3.Dec 30, 20226Dec 30, 20226
Using Soketi with Laravel 📡Let’s see how to use Soketi, a fast WebSockets server, with your Laravel application. It is a great alternative to Pusher for saving costs!Nov 24, 20224Nov 24, 20224
Which Laravel authentication package to choose?Breeze, Jetstream, Sanctum… Laravel offers multiple authentication packages. Let’s see which one is the most adequate for your project.Nov 16, 20225Nov 16, 20225
What’s new in Laravel? November edition.To help you stay up to date, I’ve compiled all the major new Laravel features released in November 2021 that you can already use.Dec 1, 20211Dec 1, 20211
How to implement Rate Limiting in LaravelHow to use the Laravel Rate Limiter and its “throttle” middleware to restrict the number of requests sent per minute to your application.Nov 29, 20215Nov 29, 20215
Laravel Prunable trait: Periodically remove obsolete modelsSince this Nuno Maduro’s PR and the release of Laravel 8.5, there is a new Prunable trait to automatically remove obsolete model records…Nov 16, 2021Nov 16, 2021
From PHPUnit to PestPest is a great testing framework built on top of PHPUnit. It has an elegant syntax simplifying your tests as much as possible.Nov 15, 20212Nov 15, 20212
Laravel : Asynchronous and concurrent HTTP requestsWhen reaching an API, sending HTTP requests can take time. Using Laravel HTTP client, you can implement…Nov 4, 20215Nov 4, 20215
How to encrypt files with PHP?Learn how to encrypt and decrypt files in PHP using the openssl_encrypt function and with low memory usage.Oct 20, 20213Oct 20, 20213