Моя версия laravel — 11.12.0
C:\LARAVEL PROJECT\fowambe1\ вендор\laravel\framework\src\Illuminate\Foundation\Vite.php:728
Код: Выделить всё
{
$path = $this->manifestPath($buildDirectory);
if (! isset(static::$manifests[$path])) {
if (! is_file($path)) {
throw new ViteManifestNotFoundException("Vite manifest not found at: $path");
}
static::$manifests[$path] = json_decode(file_get_contents($path), true);
}
return static::$manifests[$path];
}
/**
* Get the path to the manifest file for the given build directory.
*
Результат: «Указанный путь не найден».
Подробнее здесь: https://stackoverflow.com/questions/787 ... -exception
Мобильная версия