Blade directive and algorithm choice
- Add 2 blade directives to generate
<link>
and<script>
tag. - Leave the choice of algorithm used to generate the hash to the user. Default is
sha256
. - You can now set the crossorigin attribute in the
html()
function (Credits to @meduzen for his input on this)