Allowed memory size of 1610612736 bytes exhausted ???
can someone help me this?
I running composer require illuminate/support in ssh server but it show
Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocat e 4096 bytes) in phar:///opt/cpanel/composer/bin/composer/src/Composer/Dependenc yResolver/Solver.php on line 220
Update: Memory exhaust errors should now be resolved by using Composer 2. However, some of your packages might not be compatible with Composer 2, so you will have to be careful and resolve your packages compatibility errors after upgrading to Composer 2.
Symfony\Component\Debug\Exception\FatalThrowableError
Class 'Illuminate\Support\Facades\Input' not found
http://21pixar.com/panel/admin/images
A composer dependency is missing
You might be missing a composer dependency. A possible package that was found is illuminate/support.
See if this is the package that you need and install it via composer require illuminate/support.
READ MORE
Git repository
Package on Packagist
Can you outputting phpinfo() on your server and see if it is really using PHP 7.3 ? There might be a mismatch with the CLI. If that's the case and the actually used PHP version is below the requirements based on your Laravel version, that will cause the error you encountered.