Tootfinder

Opt-in global Mastodon full text search. Join the index!

@michabbb@social.vivaldi.net
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

@michabbb@social.vivaldi.net
2026-06-19 20:50:12

πŸ—οΈ Worker supervisor β€” a Horizon replacement that auto-scales workers on any driver, with crash-recovery, graceful shutdown & multi-node fleet support, validated by a chaos battery
🧰 Requires #PHP 8.2 , #Laravel 12/13 & Livewire 3.5 β€” install via Composer, ships

@emd@cosocial.ca
2026-05-13 13:28:00

RE: #Laravel

@crell@phpc.social
2026-06-25 09:55:02

Running #Lando on GitHub Actions. #Laravel #PHP

@michabbb@social.vivaldi.net
2026-06-11 06:11:48

If you use #Laravel, check this out: github.com/YanGusik/thrun_lara

@michabbb@social.vivaldi.net
2026-06-12 09:31:14

πŸͺ #Atlas is the most complete #AI toolkit for #Laravel β€” a full agent framework, not just a provider wrapper. It owns its provider layer, runs the tool-call loop, streams & persists everything, an…

@michabbb@social.vivaldi.net
2026-05-08 10:45:26

⚑ 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…

@michabbb@social.vivaldi.net
2026-05-27 18:11:30

πŸš€ #Laravel now speaks #ClickHouse! laravel-clickhouse brings Eloquent, Query Builder & Schema Builder to the world's fastest OLAP database β€” familiar API, zero friction. #PHP

@michabbb@social.vivaldi.net
2026-05-27 18:12:41

πŸ—‚οΈ Use #GoogleSheets as a #Laravel database! laravel-google-sheets-database-driver maps spreadsheet = DB, tab = table, row 1 = columns. Full #Eloquent & Query Builder support.

@michabbb@social.vivaldi.net
2026-05-08 10:45:25

#Idempotency: What, Why & How β€” deep dive into safe retries in #Laravel
πŸ” #PHP #API