Jay Rogers
Jay Rogers
# š FrankenPHP is ready for testing  # š How to test See the [**top comment on this PR**](https://github.com/serversideup/docker-php/pull/283#issue-2124115725) for latest updates, resources, and progress. # š Have an...
I'm definitely open for discussion on how to improve the Caddyfile (because I just learned Caddy this week), but I might yield the proposals to improvements by humans with real...
@nckrtl: I just added some ToDos for myself above. Any other ideas that need to be added to this list, let me know. Next week I will be partially out...
Hey @nckrtl, I put this on our Discord thread, but it's probably more appropriate to ask on this GitHub Thread. Just to confirm, after seeing your PR get merged (https://github.com/laravel/horizon/pull/1454),...
# ā Big update & solution So after months of testing, the solution to this is: - Remove S6 overlay as ENTRYPOINT for our images. Instead we moved it to...
In the works! I kind of took a complicated route and wrote a whole project called Spin. I demo it here: https://www.youtube.com/watch?v=5z2JoEt5XIk But even without Spin, it is on my...
We completely rewrote the docs site and added *a ton* of new examples. Here's the preview site: https://280-create-a-frankenphp-vari.serversideup-php.pages.dev/docs/ This will be shipped with v4 soon.
Thanks for the PR on this. I just ran into this issue myself. Regarding your comment: > Newer Laravel versions do create the SQLite database file when force migrating. Otherwise,...
Thanks! If it goes back that far with Laravel, should we even merge this? I was able to resolve my issue by having proper permissions on my Docker Volumes with...
Thanks for your efforts on this PR! As I mentioned in the other post, I spent a ton of time refactoring the Laravel Automations script: - https://github.com/serversideup/docker-php/pull/283 ### What's new...