laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.82k stars 636 forks source link

Remove leftover publishing command in install command after simplified assets. #1468

Closed joveice closed 3 weeks ago

joveice commented 3 weeks ago

Hello.

Following the merge of PR #1438, it appears that the vendor:publish --tag=horizon-assets command is no longer necessary. The associated publishing tag has been removed, as referenced here: PR #1438 - File Changes #1 & PR #1438 - File Changes #2.

Running this command manually now produces the following output:

> php artisan vendor:publish --tag=horizon-assets

   INFO  No publishable resources for tag [horizon-assets].