Laravel 11 Image Intervention Tutorial: Resize and Crop Image Like a Boss

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 22

  • @luisalbertohuaneylino2217
    @luisalbertohuaneylino2217 4 дні тому +1

    You are the best friend, I greet you from Peru

  • @haresjetic4754
    @haresjetic4754 10 днів тому +1

    Muchas Gracias Men

  • @aledc777
    @aledc777 3 місяці тому +2

    Thanks for the video!! it Works!!!

  • @Mahisir2001
    @Mahisir2001 4 місяці тому +1

    Amazing session ❤❤❤

  • @eslammostafa1247
    @eslammostafa1247 4 місяці тому +1

    That's helpful,
    Thank you

    • @programmingfields
      @programmingfields  4 місяці тому +1

      Glad to hear that! If you need more help, just ask. 😊

  • @Assistant2339
    @Assistant2339 3 місяці тому +1

    Thanks bro

  • @RakwidMaheswara
    @RakwidMaheswara 4 місяці тому +1

    luar biasa mantapppsss brother

    • @programmingfields
      @programmingfields  4 місяці тому

      Terima kasih banyak, brother! Semoga hari Anda luar biasa juga! 😎🚀

  • @hopeics2858
    @hopeics2858 3 місяці тому +1

    sir upload before can resize image?

    • @programmingfields
      @programmingfields  3 місяці тому

      You will have to read the file from the form request and then convert that to image using Image::make($request->file('image')->resize(200, 200)->encode();
      Like this and then save the resized image.

  • @RoshaniVala-vm5mg
    @RoshaniVala-vm5mg 2 місяці тому +1

    Sir please add watermark in this image please share with us

    • @programmingfields
      @programmingfields  2 місяці тому

      That Video is already added in the playlist. Please check that out.

  • @myvlog162
    @myvlog162 Місяць тому +1

    "message": "GD PHP extension must be installed to use this driver.",
    "exception": "Intervention\\Image\\Exceptions\\DriverException",
    "file": "C:\\xampp\\htdocs\\job-portal\\vendor\\intervention\\image\\src\\Drivers\\Gd\\Driver.php",
    "line": 41,
    "trace": [
    {
    "file": "C:\\xampp\\htdocs\\job-portal\\vendor\\intervention\\image\\src\\Drivers\\AbstractDriver.php",
    "line": 36,
    "function": "checkHealth",
    "class": "Intervention\\Image\\Drivers\\Gd\\Driver",
    "type": "->"
    },

    • @programmingfields
      @programmingfields  Місяць тому

      @@myvlog162 You will have to enable this extension in php.ini file.

    • @myvlog162
      @myvlog162 Місяць тому

      @@programmingfields I am already enabled, but still not work

    • @Apnaabasyn4627
      @Apnaabasyn4627 15 днів тому

      ​@@myvlog162 Have you got any solution. I also face it.