Hi all,
I am trying to upgrade from Sage 10.0.0-dev (which I’ve read is essentially Sage 9) to the latest version of Sage. However, I am experiencing a few issues with the upgrade and was wondering if I can get some advice. This is the first time I am working with Sage so my understanding is still a bit minimal.
- With the update from PHP 8.1 to 8.2 on the current Sage installation, I am getting an error that says
Deprecated: Creation of dynamic property Roots\Acorn\LazyLoader::$app is deprecated in /vendor/roots/acorn/src/Roots/Acorn/LazyLoader.php in Line 20
Unfortunately to fix this issue, Would it be correct I need to update Acorn where it is only supported in Sage 10?
- Is there an official way to use Laravel Mix for Sage 10 and not move to Bud? I read an article here that it is possible, but it seems to not be an official solution. If it’s not possible, is there an move guide from moving from Laravel Mix to Bud? couldn’t find one, but my google-fu could also be terrible.
Thanks in advance