0

Laravel 报错 Class 'input' not found

terry created at6 years ago view count: 2737
report
回复
0

新的Laravel版本里面移除掉了Input, 如果要使用在config/app.php的aliases数组里面加入

'Input' => Illuminate\Support\Facades\Input::class,
6 years ago 回复
0

使用Request吧。

\Request::get();

\Request::all();

6 years ago 回复

Recent search keywords