DEV Community

Discussion on: How to build a paginated filesystem in Laravel

Collapse
 
gjrdiesel profile image
Justin

Yes it's a great idea, thank you.

It's ultimately what I also went with. I still store metadata on S3 but I do that via an observer on the S3 model. Can interact with the model as normal and then it eventually pushes those changes to S3.