Laravel Rate Limiting — Explained with Real-Life Examples
https://backpackforlaravel.com/articles/tutorials/laravel-rate-limiting-explained-with-real-life-examples
https://backpackforlaravel.com/articles/tutorials/laravel-rate-limiting-explained-with-real-life-examples
Backpack
Laravel Rate Limiting — Explained with Real-Life Examples
Imagine this — your app is running smoothly, then suddenly it gets hit with a wave of requests. Some from real users, others from bots...
❤19
SQL Generated Columns and Views: How to Use Them in Your Laravel App
https://tighten.com/insights/sql-generated-columns-and-views-how-to-use-them-in-your-laravel-app/
https://tighten.com/insights/sql-generated-columns-and-views-how-to-use-them-in-your-laravel-app/
Tighten
SQL Generated Columns and Views: How to Use Them in Your Laravel App
Over the years of working with Laravel Eloquent models, I've come to appreciate how clean and elegant they can make a codebase. Along the way, I've learned which queries they run under the hood and which native SQL features...
❤10
Релиз PhpStorm 2025.2
https://blog.jetbrains.com/phpstorm/2025/08/phpstorm-2025-2-is-now-available/
https://blog.jetbrains.com/phpstorm/2025/08/phpstorm-2025-2-is-now-available/
The JetBrains Blog
PhpStorm 2025.2 Is Now Available | The PhpStorm Blog
Along with making Laravel Idea part of PhpStorm, this release brings improvements to the remote development experience, JetBrains AI tools, and more. Download PhpStorm 2025.2 Junie coding ag
❤22
Создаем свой пакет на PHP
https://habr.com/ru/articles/935544/
https://habr.com/ru/articles/935544/
Хабр
Создаем свой пакет на PHP
Данная статья рассчитана на тех, кто до этого ни разу не делал пакетов — проектов на голом PHP для своих нужд. Хочу поделиться с вами своим опытом, с которым столкнулся, и предоставить шаблон, который...
❤33
Using SQLite in production with Laravel
https://stancl.substack.com/p/using-sqlite-in-production-with-laravel
https://stancl.substack.com/p/using-sqlite-in-production-with-laravel
Substack
Using SQLite in production with Laravel
Handling concurrency
❤9