Paul Giberson

Results 6 comments of Paul Giberson

@mathewparet You will get multiple composer conflicts trying to implement Flysystem 2 with the underlying Laravel 8 base. (Source: tried doing the same in a Lumen app recently)

:+1: Need this same functionality to prevent polluting source with more images and allowing to share elements with the parent site.

I implemented sessions in a bref http project with the steps noted in that post. There really isn't much to it, you enable it and it just works. What steps...

I tested in Lambda with `php-82-fpm` and it seems that everything is run under `sbx_user1051`. This means that the initial bref startup and the fpm user are both the same...

> Maybe a simple fix could be to chmod 777 the storage dir? Any downside? I'm fine with this, I don't foresee any negative impact in the dev image or...

I think this pr can be closed, we have GitHub Actions, GitLab, and Bitbucket examples in the CI/ directory. The travis folder is empty, but could have its own issue...