Laravel 11 Book Reviews App | #6 Update Profile Picture | Intervention Image | PHP Tech Life Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • In this video, we will upload use profile picture, while uploading image will save small thumbnail of profile picture and for thumbnail generation we will use intervention image package. Will also show you how you can enable GD library in xampp through php.ini.
    Github:-
    github.com/php...
    Please subscribe to my channel and hit the notification bell, so you don’t miss any of my new videos.
    ➡️ bit.ly/PHPTechLife
    👇 Let’s connect online:
    📱 Instagram: / mohitsingh_techie
    🐦 Twitter: / phptechlife
    👨🏻‍💻 LinkedIn: / mohitsingh2006
    😄 Facebook: / phptechlife
    🏷️ Tags:
    #laravel11 #laravel_book_review_app #upload_profile_picture
    About Me:
    I’m Mohit Singh, a senior full-stack web developer with more than a decade of experience. Throughout my career, I’ve developed a broad range of web applications, from simple websites to complex systems. I’m proficient in multiple programming languages and frameworks, and I’m always eager to learn new technologies to enhance my skills.
    As the founder and owner of the PHP Tech Life TH-cam channel, my passion for teaching is at the forefront of everything I do. I created this channel with the goal of helping aspiring web developers learn in Hindi, making web development accessible and enjoyable for everyone.

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

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

    Thank you Sir ❤

  • @HanzlaBaloch-w8i
    @HanzlaBaloch-w8i 5 หลายเดือนก่อน

    is main ham ne alag se migration bnaya, ye mujhe smjh nahi aaya, jb ke database ke migration main pehle wale line mainham direct image ka folder dal skte the, or tb ham php artisan migration:fresh kr sakte the, to itna lamba kaam krne ki kiya waja hai

  • @pramodgautam45
    @pramodgautam45 4 หลายเดือนก่อน

    Hello sir,
    Jab hum admin or user ke account login karte hai toh url refresh karne pe account same ho jata hai chaye account user ka ho ya admin ka (is this bugs). Please tell me

    • @PHPTechLife
      @PHPTechLife  4 หลายเดือนก่อน

      will check and let you know.

    • @pramodgautam45
      @pramodgautam45 4 หลายเดือนก่อน

      ​@@PHPTechLife Sir please check url refresh karne pe account same ho jata hai chahe account admin ka ho ya user ka jabki dono account open rehne chahiye user/admin.

  • @rizwanpathan8129
    @rizwanpathan8129 4 หลายเดือนก่อน +1

    Dear sir I am Facing get original extension issue .Please help

    • @naumanrashid8408
      @naumanrashid8408 3 หลายเดือนก่อน

      check first, Form tag have enctype=multipart/form to sent image

    • @sohelindian1988
      @sohelindian1988 2 วันที่ผ่านมา

      The error message indicates that the method getClientOriginalExtension is misspelled as getClientOriginalExtesnsion.

  • @mdnaimul8316
    @mdnaimul8316 4 หลายเดือนก่อน

    Image upload make error

  • @myvlog162
    @myvlog162 5 หลายเดือนก่อน

    Upload image in storage folder is best practices for laravel?

    • @PHPTechLife
      @PHPTechLife  5 หลายเดือนก่อน

      all depends on you.

  • @shubhamkhandelwal1977
    @shubhamkhandelwal1977 4 หลายเดือนก่อน

    Unable to decode input
    Sir isme ye error aa rhi h how to solve this error

  • @nrmazza
    @nrmazza 3 หลายเดือนก่อน

    Hi, Sri again
    Image Profile not working, Allways says "The image field must be an image."
    I'm using profile-img-1.jpg as file for upload image.
    I have teste with other images and get the same answer.
    Thanks in advance. Nestor

    • @nrmazza
      @nrmazza 3 หลายเดือนก่อน

      using png the same answer

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

      just add the following to the "form" tag enctype="multipart/form-data" and the rest of the code works fine for me

    • @rodolfosibrian
      @rodolfosibrian หลายเดือนก่อน

      @@nrmazza just add the following to the "form" tag enctype="multipart/form-data" and the rest of the code works fine for me

    • @nrmazza
      @nrmazza หลายเดือนก่อน

      @@rodolfosibrian Thank you

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

      @@rodolfosibrian It was the solution, enctype="multipart/form-data" thanks for your answer