Skip to content

Laravel の設定

オープンソース・ワークショップ 永原 篤 edited this page Apr 13, 2019 · 4 revisions

Blade でInput:: を使用するために以下を追加

config/app.php  
    'aliases' => [  
        'Input' => Illuminate\Support\Facades\Input::class,  
    ],  

Clone this wiki locally