<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/ln/best-of/2026/06" -->

---
title: Best Laravel News posts — June 2026 | daily.dev
description: The most upvoted Laravel News posts from June 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/ln/best-of/2026/06
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/ln/best-of/2026/06
og:type: website
og:site_name: daily.dev
og:title: Best Laravel News posts — June 2026 | daily.dev
og:description: The most upvoted Laravel News posts from June 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of Laravel News — June 2026

1. 1  
[](https://daily.dev/posts/refresh-your-laravel-database-without-dropping-every-table-uhx62atd3 "Refresh Your Laravel Database Without Dropping Every Table")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 13w  
Refresh Your Laravel Database Without Dropping Every Table  
Custom Fresh is a Laravel package that adds a \`fresh:custom\` Artisan command as an alternative to \`migrate:fresh\`. Instead of dropping every table, it lets you specify which tables to preserve using comma-separated names or glob patterns (e.g., \`subscription\_\*\`). It includes a \`--explain\` flag for dry-run previews, \`--database\` for targeting specific connections, a publishable config file for setting persistent defaults, and three lifecycle events (\`RefreshingDatabase\`, \`TablesDropped\`, \`DatabaseRefreshed\`) for hooking into the refresh process. Requires PHP 8.2+ and supports Laravel 10–13.  
78  
14
2. 2  
[](https://daily.dev/posts/lattice-describe-inertia-uis-in-php-y3q7bvaqc "Lattice: Describe Inertia UIs in PHP")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 12w  
Lattice: Describe Inertia UIs in PHP  
Lattice is a server-driven UI framework for Laravel that lets developers define pages, forms, tables, and actions entirely in PHP, which are then serialized and rendered as typed React components via Inertia.js. Pages are PHP classes with an \`#\[AsPage\]\` attribute that auto-registers routes. Forms extend \`FormDefinition\` with Laravel validation rules and optional live validation via Precognition. Tables extend \`EloquentTableDefinition\` with declarative columns supporting sorting, filtering, and pagination. Actions return \`ActionResult\` objects carrying client-side effects like toasts and component reloads. The server becomes the single source of truth for UI structure, while the React client only handles rendering.  
54  
8
3. 3  
[](https://daily.dev/posts/version-controlled-documentation-inside-your-laravel-app-with-laradocs-jk21vslab "Version-Controlled Documentation Inside Your Laravel App with Laradocs")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 13w  
Version-Controlled Documentation Inside Your Laravel App with Laradocs  
Laradocs is a Laravel package that turns markdown files stored alongside your code into a fully rendered documentation site at /docs. Key features include folder-based navigation, YAML front-matter metadata for routing and ordering, CommonMark-powered markdown rendering with GitHub-flavored extensions, reusable variables and macros via a service provider, smart file-change-aware caching, and automatic SEO meta tags with sitemap generation. It supports PHP 8.2+ and Laravel 11–13.  
45  
8
4. 4  
[](https://daily.dev/posts/scheduler-list-a-web-dashboard-for-laravel-s-scheduled-tasks-mu2h5zqvy "Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 13w  
Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks  
Scheduler List is a Laravel package that provides a Pulse-style web dashboard for viewing and managing scheduled tasks. It displays all registered tasks with their cron expressions, next run times, timezones, and constraints. An optional manual execution feature lets you trigger tasks from the browser and stream their output in real time. The dashboard is disabled by default, protected by auth middleware, and supports authorization gates to restrict access. Install via Composer and enable through environment variables.  
43
5. 5  
[](https://daily.dev/posts/monitor-laravel-queues-commands-and-schedulers-on-any-driver-with-vigilance-tadagv3uw "Monitor Laravel Queues, Commands, and Schedulers on Any Driver with Vigilance")  
Article  
![Avatar of ln](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/ln)Laravel News · 11w  
Monitor Laravel Queues, Commands, and Schedulers on Any Driver with Vigilance  
Vigilance is a self-hosted Laravel monitoring dashboard that tracks jobs, artisan commands, and scheduled tasks across any queue driver (Redis, SQS, database, Beanstalkd, sync). Unlike Horizon (Redis-only) or Telescope (local debugging), it writes a single lifecycle record per run, capturing parameters, exit codes, and exception traces. Key features include configurable sampling rates to control storage costs, manual job dispatch from auto-generated typed forms via reflection, custom business metrics (counters/gauges), Real User Monitoring with Core Web Vitals, exception grouping, SLO tracking, N+1 detection, uptime checks, log explorer, alerting integrations, and an MCP server for AI agent access. Requires PHP 8.2+, Laravel 12/13, and Livewire 3.5+/4\. MIT-licensed.  
42  
2

[See all Laravel News archives](/sources/ln/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/ln/best-of/2026/06#page","url":"https://daily.dev/sources/ln/best-of/2026/06","name":"Best Laravel News Posts — June 2026","description":"The most upvoted Laravel News posts from June 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/ln/best-of/2026/06#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/refresh-your-laravel-database-without-dropping-every-table-uhx62atd3","name":"Refresh Your Laravel Database Without Dropping Every Table"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/lattice-describe-inertia-uis-in-php-y3q7bvaqc","name":"Lattice: Describe Inertia UIs in PHP"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/version-controlled-documentation-inside-your-laravel-app-with-laradocs-jk21vslab","name":"Version-Controlled Documentation Inside Your Laravel App with Laradocs"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/scheduler-list-a-web-dashboard-for-laravel-s-scheduled-tasks-mu2h5zqvy","name":"Scheduler List: A Web Dashboard for Laravel's Scheduled Tasks"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/monitor-laravel-queues-commands-and-schedulers-on-any-driver-with-vigilance-tadagv3uw","name":"Monitor Laravel Queues, Commands, and Schedulers on Any Driver with Vigilance"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"Laravel News","item":"https://daily.dev/sources/ln"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/ln/best-of"},{"@type":"ListItem","position":5,"name":"June 2026"}]}]}
```

