romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
693 stars 91 forks source link

fix(#54): add named route, update view and controllers #57

Closed huzaifaarain closed 3 years ago

huzaifaarain commented 3 years ago

Fixes #54

romanzipp commented 3 years ago

I've made some adjustments to the route prefixes by adding :: as prefix separator to indicate that these routes are package provided and changed the prefix to queue-monitor

romanzipp commented 3 years ago

Thanks!