Configuration changes
Last updated
Was this helpful?
Last updated
Was this helpful?
Translations in config/tall-forms
have been moved to separate language files. Please read more on the
There is a new config that affects all fields where Alpine entangles the input value. You can override it with the ->deferEntangle(bool $state)
method on individual fields. (I've had multiple requests that this should be "true" by default...)
Set it to false
to avoid breaking change.
There is a new configuration option to include external CDN links by default. It is set to true by default. The ->includeExternalScript(bool $state=true)
method has changed. It now accepts a boolean, that overrides config.
Set it to false
to avoid breaking change.
Don't forget php artisan config:clear
and php artisan cache:clear