简体   繁体   English

拉拉维尔。 如何反转`php工匠微风:安装`

[英]Laravel. How to reverse `php artisan breeze:install`

I have ran php artisan breeze:install but I want to reverse it so I can install vue: php artisan breeze:install vue .我已经运行了php artisan breeze:install但我想反转它以便我可以安装 vue: php artisan breeze:install vue

How to reverse the php artisan breeze:install command.如何反转php artisan breeze:install命令。 Any help would be appreciated.任何帮助,将不胜感激。 Thank you.谢谢你。

  1. Delete the vendor folder删除供应商文件夹
  2. Remove the breeze from the composer.json从 composer.json 中删除微风
  3. Then composer install然后作曲家安装

I think removing the blade files that are created and running the install command again should do the job, maybe some of the controllers have to be removed too.我认为删除创建的刀片文件并再次运行安装命令应该可以完成这项工作,也许某些控制器也必须删除。

Edit: Removing breeze from the composer dependecies won't help as you are trying to install it with vue编辑:当您尝试使用 vue 安装它时,从作曲家依赖项中删除微风无济于事

您只需向下滚动到文件夹“vendor\laravel”并删除 laravel 文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM