use App\Http\Controllers\EmployeeController; Route::apiResource('employees', EmployeeController::class);