Aryeh Raber

Results 4 issues of 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. ![2020-05-05 17 07 24](https://user-images.githubusercontent.com/5065331/81082049-0167d300-8ef3-11ea-8792-d2184292199f.gif) 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...

bug