Horizon: unable to local Mix file: /app.css

Created on 28 Feb 2019  路  2Comments  路  Source: laravel/horizon

Laravel 5.7.20
Horizon 3.0.0

After installing Horizon 3.0.0, i ran php artisan horizon:install

start horizon by php artisan horizon and go to http://localhost/horizon/dashboard, I got Error Exception, Unable to local Mix fie: /app.css (View:..../vendor/laravel/horizon/resources/views/layout.blade.php)

Most helpful comment

php artisan horizon:install publishes assets without 'force' flag, which is why your assets are not being overwritten.

use the php artisan horizon:assets command instead.

All 2 comments

php artisan horizon:install publishes assets without 'force' flag, which is why your assets are not being overwritten.

use the php artisan horizon:assets command instead.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lasselehtinen picture lasselehtinen  路  3Comments

sojeda picture sojeda  路  5Comments

mikeminckler picture mikeminckler  路  3Comments

meathanjay picture meathanjay  路  3Comments

okaufmann picture okaufmann  路  3Comments