Daniel81 Approved

Member since: 2014-05-14

Recent posts by Daniel81
Post When

Have found the package watson/rememberable which re-enables the ->remember() option for eloquent cac...

Posted in Database Model/Collection caching

Has anyone managed to get this working?

Basically, if you use the built-in caching from Laravel/Octo...

Posted in Database Model/Collection caching

Without saving the model there's null value, so not sure how you'd check for a checkbox checked that...

Posted in How do we know if the checkbox in model is checked

Have you checked that the font awesome lib is actually linked to your page within your theme i.e tha...

Posted in Font Awesome doesn't work

You are currently echoing a twig variable within your Twig if statement - instead, just try

{% if re...

Posted in Loop with Twig

if ($this->checkbox_field_name) {
       // do something
}

Posted in How do we know if the checkbox in model is checked

Anyone know how to filter fields within a repeater widget?

Posted in use the "filterFields" function on Repeater

+1

Posted in Field dependencies

Figured it out :)

For anyone interested, you need to enable the Twig extension "template_from_string...

Posted in Render Twig in Code Editor widget

Hi,

Does anyone know how to output rendered/parsed TWIG syntax from the CodeEditor widget i.e variab...

Posted in Render Twig in Code Editor widget