Код: Выделить всё
Route::get('/test', function () {
return "test";
});
Код: Выделить всё
ReflectionException in Container.php line 719:
Class bindings does not exist
Подробнее здесь: https://stackoverflow.com/questions/431 ... -not-exist
Код: Выделить всё
Route::get('/test', function () {
return "test";
});
Код: Выделить всё
ReflectionException in Container.php line 719:
Class bindings does not exist