Optimizing Images in Laravel with Cloudinary - Dev Hints

Sdílet
Vložit
  • čas přidán 10. 06. 2024
  • Optimize images in Laravel to improve performance for your websites and apps with Cloudinary.
    We'll walk through how we can easily optimize using the Cloudinary Laravel SDK by compressing images without sacrificing visual quality, automatically delivering modern formats like WebP and AVIF, and resizing the images to greatly reduce the size of images being delivered from your Laravel app. We'll even see how we can easily upload a bunch of images to make them ready to use in a project.
    📝 Laravel Cloudinary Docs
    github.com/cloudinary-communi...
    Instructor: Josh Cirre (@joshcirre)
    --
    Cloudinary helps developers build performant experiences for the web with powerful optimization and transformation APIs.
    🚀 Get started with a free account!
    cld.media/devhintslaravelopti...
    🤝 Discuss and learn more on Discord
    / discord
    #cloudinary #devhints #laravel #images #performance #optimization #webdevelopment
  • Věda a technologie

Komentáře • 3

  • @khevlar_studios
    @khevlar_studios Před měsícem

    Great video !!
    I would love to see videos on how to upload images from next.js app to specific folder in cloudinary. Thanks.

    • @colbyfayock
      @colbyfayock Před měsícem

      thanks! we have lots of great videos on Next.js, all which you can find here: cld.media/devhints
      for uploading specifically, you can either use our upload widget:
      czcams.com/video/ULp6-UjQA3o/video.html
      or here's how to do it with Server Actions:
      czcams.com/video/5L5YoFm1obk/video.html
      they dont specifically mention how to upload to a specific folder, but fortunately it's as easy as setting the `folder` option when in "Fixed Folder" mode and `asset_folder` when in "Dynamic Folders" mode (most likely if it's a new account) !

    • @khevlar_studios
      @khevlar_studios Před 28 dny

      @@colbyfayock Thank you sir.