Antoine Lamé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
Antoine Lamé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
Antoine Lamé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
Antoine Lamé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
Antoine Lamé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
Antoine Lamé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, 20214Nov 29, 20214
Antoine Lamé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
Antoine Lamé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
Antoine Lamé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
Antoine Lamé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, 20212Oct 20, 20212