欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

laravel 5 : Class 'input' not found

程序员文章站 2022-04-16 10:25:30
在配置文件中:config\app.php 加上 ......

 

 

 

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

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



或者

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