Daniel Weaver

Results 63 comments of Daniel Weaver

Did you try clearing your config cache? ```bash php artisan config:clear ``` It sounds like the `config('statamic.git.binary')` is returning empty which should not be happening if you have this line...

Alternatively, I could change this so that it replaces the + icon entirely with the label. Similar to how the grid "add row" button works

> Somehow the small "plus" buttons that are shown on hover between replicator fields are gone in the latest release (v5.6.0): > > Could this be related to these changes...

> > I could use this on the UserQueryBuilder too :) > > This PR adds the method's to Statamic's base `Builder` class which gets extended by the other query...

I removed the createOrFirst method as Statamic does not throw an exception when the entry/term already exists. This means the method would always create/update and never just return the entry/term.

@duncanmcclean unless you had any other comments on major portions of this, I think it is ready for review?

> Thanks for your work on this pull request! > > I've made a couple of tweaks to the tests and implemented a few of the other methods missing from...

I was expecting it to format something like so: ```antlers ``` I realize this is purely a matter of opinion, but the way it formats it right now means any...