Перейти к пути /vendor/magento/framework/View/Element/Template/File/Validator.php. В этом файле найдите:
$ realPath = $ this-> fileDriver-> getRealPath ($ path);
Заменить на:
$ realPath = str_replace ('\\', '/', $ this-> fileDriver-> getRealPath ($ path));