📜  未找到 laravel 7 类“照亮支持外墙输入” - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:57.876000             🧑  作者: Mango

代码示例1
In Laravel 5.2 Input:: is replaced with Request::

use Request::

Add to the top of Controller or any other Class

use Illuminate\Support\Facades\Request;