Русское сообщество разработки на PHP-фреймворке Laravel.
Ты не вошёл. Вход тут.
Спасибо, затупил
Создал контроллер
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