Optimizing Images in Laravel with Cloudinary - Dev Hints

Поделиться
HTML-код
  • Опубликовано: 13 сен 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/clo...
    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/devh...
    🤝 Discuss and learn more on Discord
    / discord
    #cloudinary #devhints #laravel #images #performance #optimization #webdevelopment

Комментарии • 3

  • @khevlar_studios
    @khevlar_studios 2 месяца назад

    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 2 месяца назад

      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:
      ruclips.net/video/ULp6-UjQA3o/видео.html
      or here's how to do it with Server Actions:
      ruclips.net/video/5L5YoFm1obk/видео.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 2 месяца назад

      @@colbyfayock Thank you sir.