Duncan McClean
Duncan McClean
This pull request fixes a `z-index` issue when configuring Replicator/Bard sets in the Field Settings stack. I was only able to replicate the issue in a Chromium browser. Fixes #10897.
Currently, things like fieldtypes, tags and route files in addons are autoloaded if they follow convention. However, when I was tidying up a `ServiceProvider` in one of my addons the...
### Bug description There's currently no way to know which site's globals were updated for when listening to the `GlobalVariablesSaved` event, as the event gets dispatched for all of the...
Just been discussing Statamic with someone on Twitter and they mentioned that they had run into issues getting Statamic up and running on Laravel Sail. We should go through the...
This has come up a couple of times before, but it'd be nice to have a generalised guide to point folks to if they want to use a serverless platform,...
Related: statamic/cms#10898
When you're using [independent auth guards](https://statamic.dev/tips/using-an-independent-authentication-guard) with Statamic, along with a MySQL database and the `database` session driver (which is the new default in Laravel 11), you may need to...
Related: statamic/cms#10701