Blog
← Back home- Jun 2023 Speed Up your APIs with Laravel Cache Laravel's unified cache API can shave precious milliseconds off your API responses. Here's a simple, practical way to use it — and when not to. Read
- Jun 2023 How to observe Laravel Models and run actions while storing, updating, and deleting records Eloquent observers let you hook into model events — created, updated, deleted — and keep that logic out of your controllers. Read
- May 2023 API Documentation in Laravel Generate interactive Swagger / OpenAPI documentation for your Laravel API with the L5 Swagger package and a few PHPDoc annotations. Read