Wiegert Schouten

Results 14 comments of Wiegert Schouten

This is actually pretty easy to do. Provided you have PHP-DI installed, it looks like this: ```php

I was notified about this thread because of my earlier comment. Looking at the solution I suggested above, I don't think it's ideal. An object is basically instantiated for *every*...

@duncanmcclean that looks like a very useful PR indeed, it covers most of this idea. Gave it a 👍🏻 Still, I think it would be even more powerful if this...

@duncanmcclean sure, I now have the following config: ```php 'default' => [ 'name' => config('app.name'), 'locale' => 'nl_NL', 'url' => config('app.url'), ], ``` However, the problem persists 🙁

Just double-checked it, and yes, it's `https`, which the site is also on. I also have the issue locally on Laravel Herd. Which is also HTTPS, and properly configured via...

To double check this issue, I created a fresh Statamic install. I set the static caching strategy to `half`, and then followed the steps described above in order to reproduce...

Just discovered someone has built an addon which does most of what I suggested: https://statamic.com/addons/addon-foundry/flexible-forms. It's a good example of how it could work in core, too. Is anything currently...

This can be fixed by opening the Display Options on the right top, and then setting the amount of posts per page to a number that is higher than the...

@lkaisers great input! Based on your idea, I created PR #130 to fix this in the plugin itself. Let's hope it gets accepted, that would save me from having to...