I'm having issues when installing boost in my Laravel 11 application with PHP8.3. It seems to be having issues with some functions that I'm loading globally. It shows "cannot redeclare function". It references files that are in my autload:files list in my composer.json file.
Any ideas???
My composer packages install correctly, and other artisan commands run fine.