Javascript
Config Alpine @entangle.defer
Some field are deferred by default. You can override it with: ->deferEntangle(bool $state = true)
Fields that doesn't use Alpine.entangle, can still be deferred with: ->wire('defer')
Config cdn links
Include cdn links for fields based on third party scripts, or bundle them (manually) with your app.js? You can override on individual fields with ->includeExternalScripts(bool $state = true)
Last updated
Was this helpful?