gpt4 book ai didi

php - 找不到 Laravel 7.21 类 Illuminate\Support\Facades\Input

转载 作者:行者123 更新时间:2023-12-01 23:54:16 26 4
gpt4 key购买 nike

找不到 Laravel 7.21 类 Illuminate\Support\Facades\Input

我在 app.php 中取了别名但是喜欢

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

在Controller中这样写

use Illuminate\Support\Facades\Input;

这样访问

Input::all() , Input::get('name')

LARAVEL 7.21 版本中的任何更改 ???

最佳答案

基于 Laravel docs ,因为版本 6.x Input 已被删除。

The Input facade, which was primarily a duplicate of the Requestfacade, has been removed. If you are using the Input::get method, youshould now call the Request::input method. All other calls to theInput facade may simply be updated to use the Request facade.

关于php - 找不到 Laravel 7.21 类 Illuminate\Support\Facades\Input,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63031318/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com