Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks
Scheduler List adds a Pulse-style web interface to Laravel that lists every scheduled task, lets you search and filter them, and can run a task on demand while streaming its output.
All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.
Scheduler List adds a Pulse-style web interface to Laravel that lists every scheduled task, lets you search and filter them, and can run a task on demand while streaming its output.
Laravel for Zed is a community LSP extension that adds go-to-definition, hover cards, find references, rename, and Blade tooling to the Zed editor through static analysis of your project.
Laravel 13.13 adds Bus::bulk() for dispatching many jobs at once, storage-backed notification attachments, PSR-18 HTTP client support, cache memoization, and more.
Laravel Cloud is rolling out Scale-to-Zero Flex compute that wakes the full stack in under 500ms, plus a new $5 Starter plan and hard monthly spending limits.
MigrAlign compares your Laravel migration files against the live database and applies schema changes with risk-aware safeguards for MySQL and MariaDB.
Truffle is a Laravel package that allows Eloquent models to be backed by an in-memory SQLite database, enabling developers to query static data with Eloquent.
Introducing AI skills to fully automate the entire Shift workflow.
Filterable is a Laravel package that provides multiple engines for advanced, scalable filtering of Eloquent models, including support for nested JSON and relationship filtering.
Checkpoint is a dev-only Artisan command that runs 26 static security checks against a Laravel application, covering dependency CVEs, hardcoded secrets, injection risks, and misconfigured application settings.
Parsel is a PHP package that wraps the liteparse lit CLI to extract text, positioned items, and screenshots from PDFs, Office files, and images locally.