Daniel Weaver

Results 63 comments of Daniel Weaver

This PR looks exactly like what I need. Currently having to do an unwieldy Laravel route that does the term/taxonomy fetching, etc. Am I right in assuming this will prefetch...

I have run into another issue with this setup. Sometimes I want to nest the terms on a page like so: ``` parent_page/term_name ``` Perhaps this is a use case...

Two more alternatives to automatically validating + throwing an exception: - have `Entry::make()->save()` return false when the entry is invalid/cannot be saved - create a new function `Entry::make()->validate()->save()` that we...

Probably isn't helpful one bit but here is how Laravel Blade does it - https://github.com/laravel/framework/blob/10.x/src/Illuminate/View/Compilers/Concerns/CompilesLoops.php#L126-L152

I just encountered this while attempting to import content from WordPress - it wraps everything in p tags. Submitted a PR with a failing test, so hopefully it gets merged...

If you get a chance could you update this for the latest Statamic version? (for composer patches) Thanks :)

@ryanmitchell would it be possible to update this pr? Attempting to update a few sites to Statamic 5

> @godismyjudge95 its already been updated for 5.x Oh weird... I was getting an error about not being able to apply it as a composer patch. Must be something on...

Is there a possibility that a collection tag parameter could be added for easy filtering (ie. without creating a scope)

> @jasonvarga Any update on this pull request. I'm missing this issue right now in two projects. @duncanmcclean I've tried your method but I can't get it to work. It...