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

How to publish views for editable. #78

Closed trancongminh132 closed 3 years ago

trancongminh132 commented 3 years ago

Hi @romanzipp Could you let me know how to publish views for custom something? Thank you!

romanzipp commented 3 years ago

Views can be published by running

php artisan vendor:publish --provider="romanzipp\QueueMonitor\Providers\QueueMonitorProvider"
trancongminh132 commented 3 years ago

Hi @romanzipp Seem you don't publish views. I run that command but only migrations and config file published. https://github.com/romanzipp/Laravel-Queue-Monitor/blob/master/src/Providers/QueueMonitorProvider.php#L32 Please help me confirm again. Thanks!

romanzipp commented 3 years ago

Sorry, my bad, you're right! Fixed in 2.1.5