Laravel installation and Running the project | Run Laravel on local host | Configure Laravel Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 2

  • @atifjahangir3728
    @atifjahangir3728 5 หลายเดือนก่อน +1

    great job please enhance your sound

  • @freetech2030
    @freetech2030 ปีที่แล้ว +1

    public function pipeThrough($pipes)
    {
    return static::make($pipes)->reduce(
    function ($carry, $pipe) {
    return $pipe($carry);
    },
    $this,
    ),
    }
    can you solve this prbolam