Unclaimed project
Are you a maintainer of Laravel-Queue-Monitor? Claim this project to take control of your public changelog and roadmap.
Changelog
Monitoring Laravel Jobs with your Database
Last updated 8 months ago
Version 4.0 added the ability to retry jobs. For this two new columns job_uuid and retried are introduced.
Version 5.0 adds the ability to also monitor queued jobs which requires a new column queued_at
php artisan vendor:publish --provider="romanzipp\QueueMonitor\Providers\QueueMonitorProvider" --tag=migrations
php artisan migrate
A new config option monitor_queued_jobs is introduced. Dispatched jobs will be automatically monitored. If you wish to disable this feature, make sure to change this config value.
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
☁️ Nextcloud server, a safe home for all your data
Laravel is a web application framework with expressive, elegant syntax.