首页 > 技术文章 > laravel 5 : Class 'input' not found

zgaspnet 2018-02-23 13:44 原文

 

 

 

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

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



或者

引用 :use Illuminate\Support\Facades\Input;
 

推荐阅读