use App\Http\Controllers\EmployeeController; //... Route::get('/products', [EmployeeController::class, 'index']); Route::post('/employees', [EmployeeController::class, 'store']);