jeremykenedy / laravel-auth

Laravel 10 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. 5 Minutes Stand-up time.
https://laravel-auth.com/
MIT License
3.01k stars 998 forks source link

Uploads to DigitalOcean Spaces/S3 #293

Closed ams-ryanolson closed 5 years ago

ams-ryanolson commented 5 years ago

First, take a look at:

  1. https://github.com/jeremykenedy/laravel-auth#opening-an-issue
  2. https://github.com/jeremykenedy/laravel-auth/issues?q=is%3Aissue+is%3Aclosed

Did you star the repo? Yes

Please describe what you are needing help with below: First of all, LOVE YOUR PROJECT.

My question is this. I am exhausted from a 21 hour coding day and I am just blind right now. I want to move away from local storage of assets (avatar uploads) and move them to S3/DO Spaces. Where is the config for this so I can change it. I thought it would be in config/filesystems.php but that doesn't seem to work when I change public or any other storage default.

Thanks!!!

ams-ryanolson commented 5 years ago

Closing as I am too tired and should not post requests without using my big brain. I realize what I was doing wrong now. - Im going to bed.