Brandon
Brandon
what version of Acorn are you using? you might have to either use `dev-main` of acorn or pin blade icons to an older version perhaps? the signature mismatch that your...
hmm. are you installing blade icons alongside acorn in the same composer.json?
yeah id perhaps move acorn and all acorn-related packages into the theme. otherwise, some of the psr/log & psr/container incompatibilities are unfortunate but not a whole lot can be done...
Hey thanks for this! It looks like this was actually addressed in Laravel a few days ago. Would you want to copy over the exact fix they did in https://github.com/laravel/laravel/blob/12.x/config/database.php...
I think my changes in https://github.com/roots/acorn/pull/432 should fix this.
Might need to remove https://github.com/Log1x/sage-svg/blob/master/src/SageSvg.php#L96-L102 though 👀
This now works with Acorn `dev-main` but you will have to add `resources` to your paths: ```diff - @svg('images.logo') + @svg('resources.images.logo') ```