Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Filament Jobs Monitor Laravel Package

croustibat/filament-jobs-monitor

View on GitHub
Deep Wiki
Context7
4.5.0

Added

  • Sentry-style Failures page: failed jobs are grouped by signature (exception class + job class + normalised message), with a stats overview, per-group 7-day sparklines, Open/Resolved/All tabs, a stack-trace detail slide-over, and actions to resolve/reopen/retry a whole group. Requires the new add_failures_to_filament-jobs-monitor_table migration; if it isn't run the plugin keeps working and simply skips grouping. (#119)
  • Dedicated pruning command php artisan filament-jobs-monitor:prune: prunes the package's QueueMonitor records directly, since Laravel's model:prune only auto-discovers models under app/Models. ([@luiseduardobraschi](https://github.com/luiseduardobraschi) — #120)
  • Tenant ID discovery for queued events/listeners: tenant detection now also covers CallQueuedListener, with a configurable tenancy.payload_key (default tenant_id). ([@zerdotre](https://github.com/zerdotre) — #115)
  • PHP 8.5 support: added to the Composer constraint, with a Carbon deprecation fixed. ([@BjornKraft](https://github.com/BjornKraft) — #123)

Fixed

  • Stats widget on SQLite/MySQL: the execution-time aggregates (total/average) now convert datetimes to epoch seconds per driver (strftime on SQLite, UNIX_TIMESTAMP on MySQL/MariaDB, EXTRACT(EPOCH …) on PostgreSQL) instead of a raw datetime subtraction that returned 0 on SQLite. ([@mokhosh](https://github.com/mokhosh) — #55)
  • N+1 queries in the stats widget: the per-day counters now run a single query and group in memory, which is also portable across database drivers. ([@webard](https://github.com/webard) — #121)
  • prunable() crash when pruning is disabled: it returned false, which broke pruneAll() (Call to a member function when() on false); it now returns a query that matches nothing (safe no-op). (#120)
  • Duplicate config key: removed the duplicated sub_navigation_position entry. ([@DanielFatkic](https://github.com/DanielFatkic) — #118)

CI

  • Add a run-tests workflow running Pest on PHP 8.4 and 8.5. (#125)
  • Bump actions/checkout from 6 to 7. (#122)
4.4.1

Fixed

  • Details action modal crash: Fixed Attempt to read property "exception_message" on null error when clicking the "Details" action on QueueMonitorResource. The closure parameter was renamed from $queueMonitor to $record to match Filament 5 conventions. ([@danielebarbaro](https://github.com/danielebarbaro) — #111)

CI

  • Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 (#112)
  • Fix Dependabot auto-merge workflow: replace --auto --merge with --squash to work without the auto-merge repository setting
4.4.0

Added

  • int|string tenant ID support: scopeForTenant() now accepts both integer and string tenant IDs, enabling compatibility with packages like tenancyforlaravel that use string-based UUIDs as tenant identifiers. The PHP payload serialization query has been updated accordingly. ([@zerdotre](https://github.com/zerdotre) — #106)
  • Clear logs button: New "Clear all logs" header action in the queue monitor table, with a confirmation modal before truncating all records. ([@zerdotre](https://github.com/zerdotre) — #106)
  • Tenant ID column visibility: The tenant_id column is now visible in the table when multi-tenancy is enabled in the config.

Changed

  • Migration stub: tenant_id column type changed from unsignedBigInteger to string (with index). This only affects new installations — existing users who need this change should create a new migration to alter the column type.

Note for existing multi-tenant users: If you were using integer-based tenant IDs, the serialization format used in scopeForTenant() has changed from PHP integer format (i:123;) to PHP string format (s:3:"123";). Existing records in the queue_monitors table are not affected, but new jobs dispatched with string-typed $tenantId will be stored and queried using the string format.

3.0.0

Breaking Changes

This release adds support for Filament v4, which includes several breaking changes from Filament v3. Please see UPGRADE.md for a complete migration guide.

  • Filament v4 Compatibility: Updated minimum Filament version requirement from ^3.0 to ^4.0
  • Form/Schema API: Changed form(Form $form) method signature to form(Schema $schema) following Filament v4 conventions
  • Action Namespace: Moved action imports from Filament\Tables\Actions to Filament\Actions namespace
  • Page Actions: Renamed getActions() to getHeaderActions() in ListRecords pages (visibility changed from public to protected)
  • Widget Methods: Renamed getCards() to getStats() in StatsOverviewWidget classes

Added

  • Added HasNavigation trait to resources for better navigation handling
  • Added sub_navigation_position configuration option to customize sub-navigation placement (Top or Sidebar)
  • Added comprehensive UPGRADE.md migration guide

Changed

  • Updated all imports to use Filament v4 namespace structure
  • Updated README with version 3.x compatibility information
  • Enhanced configuration file with additional options and documentation
2.0.0
  • Add support for Filament v3
  • Implement a configurable panel plugin class
  • Make table columns sortable
  • Add a configurable navigation menu resource sort order
  • Add a toggle to show a job count badge in the navigation menu
  • Add a configuration option to customize the QueueMonitorResource model
  • Split the resource label into singular and plural
1.4.0
  • Fix : apply sortable to Table (not Forms)
  • Apply sortable on all columns
  • Added getNavigationSort to Resource and config, and changed getNavigationGroup to work in default installation of package.
1.3.0
  • Jobs are sorted by started date from the most recent to the oldest
  • New language file for spanish

https://github.com/croustibat/filament-jobs-monitor/releases/tag/1.3.0 Thanks to the contributors <3

1.1.0
  • Thanks to @cntabana there's now a config file to enable/disable the navigation menu
1.0.0
  • Initial release : this FilamentPHP plugin contains files to monitor queue jobs. It is compatible with all drivers.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony