Categories
Laravel

How to resolve The Mix manifest does not exist. ? LARAVEL NOVA Facade\Ignition\Exceptions\ViewException

ERROR

Facade\Ignition\Exceptions\ViewException
The Mix manifest does not exist. 

Solution

php artisan vendor:publish --all

Leave a Reply