Laravel / Voyager 问题

问题描述

我在安装 Voyager 时遇到这个问题,它不会让我创建或安装 voyager。 我尝试改变一切。

enter image description here

有人可以帮忙吗?

解决方法

您似乎尚未安装 backgroundChange("Clear"); // Can change the parameter to check different climates public backgroundChange(weather) { if (weather == "Rain") { document.body.style.backgroundImage = "url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/cac950bd-8f59-4376-8597-52366358d12e/d9wvf1t-b8eec3f5-b88b-4b1f-8aac-36bc21e06a92.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvY2FjOTUwYmQtOGY1OS00Mzc2LTg1OTctNTIzNjYzNThkMTJlXC9kOXd2ZjF0LWI4ZWVjM2Y1LWI4OGItNGIxZi04YWFjLTM2YmMyMWUwNmE5Mi5qcGcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.WYDWFRtXw1BslrbVksftWlGdI6xCc0wHMhKMMx-NEuM')"; } else if (weather == "Clouds") { document.body.style.backgroundImage = "url(cloud.gif)"; // give proper url for the image or gif here } else if (weather == "Clear") { document.body.style.backgroundImage = "url('https://image.freepik.com/free-photo/panorama-sky-sunrise-sunset-beautiful-view-dark-blue-clouds-lit-by-bright-orange-yellow-sun-clear-sky-beauty-power-nature-meteorology-climate-changing-concept_127089-8097.jpg')"; } else if (weather == "Haze") { document.body.style.backgroundImage = "url(https://www.pixelstalk.net/wp-content/uploads/2016/06/Dark-Woods-HD-Wallpaper.jpg)"; } else { document.body.style.backgroundImage = "url(background.gif)"; // give proper url for the image or gif here } } ,因此无法使用该命令来克隆 voyager 存储库。