Home > front end >  How to connecting Laravel with AWS S3?
How to connecting Laravel with AWS S3?

Time:02-06

please help to connecting laravel with aws s3,

could you please give me reference or article for this? thank you

CodePudding user response:

you can use this official document of laravel for amazon s3 storage .

Laravel Amazon S3 Documentation

CodePudding user response:

  1. Create account s3
  2. Create bucket
  3. install in laravel packages for connecting
  4. add data in .env for connecting
  •  Tags:  
  • Related