Troubleshooting

  • Inspect element

  • Query check variable

    {{ var_dump ($variable)}}
  • Print to console

    echo 
    '<script>
    console.log('.json_encode($path_parts).')
    </script>'

    Defined/Undefined variables

  • Look in controller - check variables and parameters

Last updated