Laravel LaravelのControllerで「Use of undefined constant index – assumed ‘index’ (this will throw an Error in a future version of PHP)」
事象Laravelのコントローラで以下のように記述。<?phpnamespace App\Http\Controllers;use Illuminate\Http\Request;class GamiController extends C...