在lumen中 調用Validator中make方法失敗 io
解決辦法lumen
use Illuminate\Support\Facades\Validator;或者use \Validator; 方法
不能用use Illuminate\Validation\Validator;make