PHP & Laravel/Symfony

Frameworks, queues, and performance patterns for PHP 8+.

  • 3 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in PHP & Laravel/Symfony


dev.to > pcgustavo7 > redis-16hb

Redis

6+ hour, 57+ min ago   (161+ words) O Redis é como um bloco de notas na sua mesa, em vez de um arquivo trancado no porão. Sistemas normais buscam dados num banco de dados em disco — seguro, mas lento, como descer ao porão toda vez que precisa…...


dev.to > edwardfancher > read-only-user-impersonation-in-rails-aeh

Read-only user impersonation in Rails

11+ hour, 29+ min ago   (482+ words) We built it and ran it in production. Last week we pulled it out into a gem called viewing_as. This post is about the decisions we made that may transfer to your app as well. None of them refuse writes, or…...


laravel-news.com

Laravel AI SDK 1.0 Adds Classification and Tool Approvals

13+ hour, 13+ min ago   (506+ words) Or try paginated search → The Laravel team just released version 1.0 of the Laravel AI SDK, the first-party package that gives you one API for working with AI providers in a Laravel app. The SDK was first announced in February. This…...


dev.to > kamenivanov > an-engineer-left-ddl-autoupdate-in-staging-production-ended-up-with-two-columns-instead-of-one-3gdd

An Engineer Left ddl-auto=update in Staging. Production Ended Up With Two Columns Instead of One.

15+ hour, 40+ min ago   (396+ words) The deployment window was Sunday night specifically because it was supposed to be quiet, the... Tagged with backend, database, devops, java....


dev.to > anashussain284 > the-adapter-pattern-a-laravel-developers-guide-to-api-integration-4o64

The Adapter Pattern: A Laravel Developer's Guide to API Integration

17+ hour, 18+ min ago   (753+ words) 1. Hook & Problem Statement You're building a Laravel application. You need to... Tagged with php, laravel, oop, designpatterns....


dev.to > apsis-cc > loki-na-pratica-enviando-logs-via-api-http-a-partir-das-mini-apps-python-e-php-5en5

Loki na prática - enviando logs via API HTTP a partir das mini apps Python e PHP

18+ hour, 31+ min ago   (329+ words) As duas mini aplicações desta série — a de Python (artigo 2) e a de PHP (artigo 3) — já expõem métricas consumidas pelo Prometheus. Métricas respondem "quantos pedidos falharam nos últimos 5 minutos", mas não respondem "por que o pedido 4821 falhou especificamente". Essa é…...


hackernoon.com > the-php-renaissance-for-local-network-tools-escaping-the-javascript-monolith

The PHP Renaissance for Local Network Tools: Escaping the JavaScript Monolith

1+ day, 5+ hour ago   (186+ words) We are witnessing a renaissance of fundamental PHP for self-hosted, local-first applications. By returning to a shared-nothing architecture paired with serverless databases, we can eliminate the build step entirely, resulting in rapid deployment, ultra-low overhead, and bulletproof resilience for local…...


dev.to > othmane_nemli > laravels-new-wherebinary-simple-case-sensitive-queries-in-mysql-2mih

Laravel's New whereBinary(): Simple Case-Sensitive Queries in MySQL

1+ day, 11+ hour ago   (726+ words) If you have worked with Laravel and MySQL for a while, you have probably run into this situation: You expect this to find only: But depending on your MySQL collation, it may also match: This happens because many MySQL string…...


dev.to > appjs_7055 > the-senior-parked-staging-after-the-model-invented-v2purge-4g04

The Senior Parked Staging After the Model Invented /v2/purge

1+ day, 13+ hour ago   (735+ words) The pairing room had one shared terminal and a blue sticky note on the bezel: no staging writes. The junior had already pasted a coding-assistant transcript. It claimed the generated client would exercise billing the way production does. The senior…...


github.blog > changelog > 2026-09-22-deprecation-notice-all-platform-codeql-bundle

Deprecation notice: All-platform CodeQL bundle - GitHub Changelog

1+ day, 18+ hour ago   (80+ words) Deprecation notice: All-platform CodeQL bundle The GitHub Blog Starting with CodeQL CLI 2.27.0, the all-platform CodeQL bundle (i.e., codeql-bundle.tar.gz and codeql-bundle.tar.zst ), which includes the binaries for all supported platforms up to this release, is marked as deprecated. Discover…...