#Boost Install Errors

7 messages · Page 1 of 1 (latest)

remote pasture
#

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.

flat cloud
#

the tl;dr: seems to be that it was only working when APP_ENV=local or testing (so if yours is different ti may not work) and APP_DEBUG=true

#

Ashley suggests composer update laravel/boost and try again

rocky otter
#

i got similar errors even using this .env values

flat cloud
remote pasture
#

Thank you, I’ll follow that and post if I find a solution!