Laravel по-русски

Русское сообщество разработки на PHP-фреймворке Laravel.

Ты не вошёл. Вход тут.

#2 Laravel 5.x » Маршруты ресурсов, ошибка Router::resources() mustbe of the type array » 05.10.2018 18:34:21

karim
Ответов: 2

Создал контроллер
php artisan make:controller ItemController --resource
В web.php добавил роут
Route::resources('items','ItemController');

Laravel ругается
Type error: Argument 1 passed to Illuminate\Routing\Router::resources() must be of the type array, string given, called in D:\app\openserver\OSPanel\domains\lavue\vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php on line 221

Подвал раздела