Support the ongoing development of Laravel.io →
Views Blade

I'm working on a website for an artist, and am wondering if there is any way to markup the image tag in the blade so that there is no way the image can be downloaded.

The images are simply stored in a public folder, not the database.

Or is there a better way to do this?

Last updated 3 years ago.
0

There's no way to stop this.

If a user can view an image, they can:

  • download the image
  • screenshot it
  • save the page, containing the image

The best solution is to watermark each image.

Last updated 10 years ago.
0

You can also inject meta data into the image to establish copyright

0

Sign in to participate in this thread!

PHPverse

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.