Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apscreativas/awss3
Prueba de Amazon S3 -- AWS S3 -- Laravel 5.5
https://github.com/apscreativas/awss3
Last synced: 2 days ago
JSON representation
Prueba de Amazon S3 -- AWS S3 -- Laravel 5.5
- Host: GitHub
- URL: https://github.com/apscreativas/awss3
- Owner: apscreativas
- Created: 2017-11-15T23:19:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T23:26:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T19:47:03.866Z (2 months ago)
- Language: PHP
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Sistema de Prueba DEMO para subir y consultar imagenes en Amazon S3 (AWS S3) y LARAVEL 5.5
En esta prueba se sube una imagen a Amazon S3 a traves de un formulario de contacto### Requiere de paquetes en composer
- Dado a que requiere de **league/flysystem-aws-s3-v3**
```
composer update
```### Copiar el .ENV.EXAMPLE a .ENV dentro de la carpeta del proyecto
```
cp .env.example .env
```### Instalar la llave única de la aplicación
```
php artisan key:generate
```### Requerimiento : Agregar en el .ENV las credenciales de ACCESO de Amazon S3
-AMAZON_KEY=key
-AMAZON_SECRET=secret
-AMAZON_REGION=region
-AMAZON_BUCKET=bucket### Se usa la ruta
localhost/aws-s3
### Dudas