#Have some error
20 messages · Page 1 of 1 (latest)
try 'composer install'
@mossy cipher Please don’t post the same thing in multiple places.
One message removed from a suspended account.
One message removed from a suspended account.
you should enable a certain extension on your php.ini file
or
try composer install --ignore-platform-reqs
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
try reinstalling composer
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
One message removed from a suspended account.
You don't want to use --ignore-platform-reqs, as that will simply ignore required php version and extensions. It'll install, but you'll still be running into issues when something is used that's actually required.
Make sure to check the requirements, check your PHP version and enable extensions that are required: https://laravel.com/docs/10.x/deployment#server-requirements
As the error is telling you, you're missing the fileinfo extensions (ext-fileinfo), so enable that in your php.ini and retry
One message removed from a suspended account.
One message removed from a suspended account.
So you have it commented (starting with ; means a comment)
One message removed from a suspended account.