Aryeh Raber
Aryeh Raber
This PR bumps the composer dependencies to support the latest `symfony/process` package (which is a downstream dependency of Laravel 9). Since `symfony/process` requires PHP 8, I also had to bump...
This PR adds a `valet browser` command to set a default browser inside Valet to open project URLs in the browser.  Currently the `valet open` command...
I'm adding Recaptcha support for Statamic's user registration form by listening to the `'user.registering'` event. On failure, I return errors which are captured by the `runRegisteringEvent()` method which in turn...
### Expected behaviour Using the following invalidation rules, I expect all pages containing `/company/blog` to be cleared. ``` static_caching_invalidation: collections: blog: urls: - /company/blog* ``` After navigating around the blog...