Script support\Plugin::install handling the post-package-install event terminated with an exception
[ErrorException]
mkdir(): No such file or directory
哪位大佬有碰到過這樣的問題怎么解決的
加個-vvv參數(shù)
composer require -vvv wen-gg/webman-laravel-validate
看下那行代碼報錯的,自己debug下就解決了
感謝已經(jīng)解決了 由于support/helpers里面的mkdir函數(shù)沒有傳參數(shù) 默認數(shù)遞歸模式為默認false導致的