Support the ongoing development of Laravel.io →
Configuration Input Architecture
Last updated 2 years ago.
0

edit change the default filesystem in config/filesystem.php

0

i did this, but still saves the caches & stuff in storage folder locally

Last updated 9 years ago.
0

You can configure the filepaths to use for cache and sessions in the relevant config files, but I don't think you will be able to store these on the S3 without editing the Laravel core. Using S3 for cache and sessions would be a huge performance hit anyway, it would be better to use the database, redis or memcache if you're not able to use the filesystem.

Ideally you really wouldn't want to be using the filesystem for such things on production anyway, database is much faster.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

filipac filipac Joined 7 Nov 2014

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.

© 2024 Laravel.io - All rights reserved.