Images store

  Mon 25 / 03 / 2024

  Posted by: Talha Manzoor

Category : Laravel

Tags : php laravel , backend

Description

I am using laravel spatie package for image I wanted to ask that currently I am storing images in the local storage but when I wanted to deploy a website should I store images in local storage or use any other cloud image storage like Amazon S3 , need your guidance, thank you


  Answered by CDL

It's up to you how you are comfortable, you can store in both ways. If you think you have a lot of images, then s3 is the best option to reduce the burden from the server.

Solved
  Comment   Share
0 Likes   0 Comments