laravel 5 : Class 'input' not found

 

 

 

 在配置文件中:config\app.php 加上

'Input' => Illuminate\Support\Facades\Input::class,



或者

引用 :use Illuminate\Support\Facades\Input;
 
posted on 2018-02-23 13:44  张扬个性,敢为天下先  阅读(453)  评论(0编辑  收藏  举报