Laravel по-русски

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

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

#1 05.10.2018 18:34:21

Маршруты ресурсов, ошибка Router::resources() mustbe of the type array

Создал контроллер
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

Не в сети

#2 05.10.2018 18:56:40

Re: Маршруты ресурсов, ошибка Router::resources() mustbe of the type array

Правильно так - Route::resource('items','ItemController');

Не в сети

#3 05.10.2018 19:10:38

Re: Маршруты ресурсов, ошибка Router::resources() mustbe of the type array

Спасибо, затупил

Не в сети

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