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, 2022A response icon6Dec 30, 2022A response icon6
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, 2022A response icon4Nov 24, 2022A response icon4
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, 2022A response icon5Nov 16, 2022A response icon5
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, 2021A response icon1Dec 1, 2021A response icon1
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, 2021A response icon5Nov 29, 2021A response icon5
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, 2021A response icon2Nov 15, 2021A response icon2
Laravel : Asynchronous and concurrent HTTP requestsWhen reaching an API, sending HTTP requests can take time. Using Laravel HTTP client, you can implement…Nov 4, 2021A response icon6Nov 4, 2021A response icon6
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, 2021A response icon3Oct 20, 2021A response icon3