Код: Выделить всё
Route::post('/register', [AuthController::class, 'register']);
Route::post('/login', [AuthController::class, 'login']);
Код: Выделить всё
php artisan route:clearКод: Выделить всё
php artisan cache:clearКод: Выделить всё
php artisan config:clearКод: Выделить всё
composer dump-autoload
Подробнее здесь: https://stackoverflow.com/questions/798 ... egistering
Мобильная версия