2026-06-19 20:50:10
π‘οΈ #Vigilance is a driver-agnostic control center for #Laravel queues, jobs, commands & the scheduler β plus whole-app APM, tracing, metrics, alerts & uptime. Self-hosted & production-safe #PHP
π‘οΈ #Vigilance is a driver-agnostic control center for #Laravel queues, jobs, commands & the scheduler β plus whole-app APM, tracing, metrics, alerts & uptime. Self-hosted & production-safe #PHP
RE: #Laravel
Running #Lando on GitHub Actions. #Laravel #PHP
https://www.
If you use #Laravel, check this out: https://github.com/YanGusik/thrun_laravel
β‘ Concurrent duplicate protection via #Laravel atomic locks β first request acquires lock, duplicate in-flight requests receive 409 Conflict Retry-After: 1 header
π Distinct HTTP responses for different failure modes: 400 = missing header, 422 = key reused with different data, 409 = duplicate in-flight request still processing
π Artisan commands for ops: idempotency:list to inspβ¦
π #Laravel now speaks #ClickHouse! laravel-clickhouse brings Eloquent, Query Builder & Schema Builder to the world's fastest OLAP database β familiar API, zero friction. #PHP
ποΈ Use #GoogleSheets as a #Laravel database! laravel-google-sheets-database-driver maps spreadsheet = DB, tab = table, row 1 = columns. Full #Eloquent & Query Builder support.
#Idempotency: What, Why & How β deep dive into safe retries in #Laravel
π #PHP #API