Script support\Plugin::install handling the post-package-install event terminated with an exception
[ErrorException] mkdir(): No such file or directory
哪位大佬有碰到过这样的问题怎么解决的
加个-vvv参数 composer require -vvv wen-gg/webman-laravel-validate 看下那行代码报错的,自己debug下就解决了
感谢已经解决了 由于support/helpers里面的mkdir函数没有传参数 默认数递归模式为默认false导致的
哪位大佬有碰到过这样的问题怎么解决的
加个-vvv参数
composer require -vvv wen-gg/webman-laravel-validate
看下那行代码报错的,自己debug下就解决了
感谢已经解决了 由于support/helpers里面的mkdir函数没有传参数 默认数递归模式为默认false导致的