在Laravel Horizo​​n资产中获得404

I am trying Laravel Horizon for demo and for installing I followed the official docs and everything worked for me perfectly until I got this error in console:  this error in console

I have also publish my vendor using this command:

php artisan vendor:publish --provider="Laravel\Horizon\HorizonServiceProvider"

Wonder what I've missed?

Try running the server with php artisan serve and checking on http://localhost:8000

Your url is targeting the folder public since you don't use a VirtualHost, and I think the problem can be the current url on the browser