Hey Guys - I am facing this issue while running the composer install and update commands inside the root folder of the project:
**_During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible
with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/
www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Support/Collection.php:1349
Stack trace:
#0 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Support/Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handle
Error()
#1 /var/www/html/recruit-ats/vendor/composer/ClassLoader.php(571): include('...')
#2 /var/www/html/recruit-ats/vendor/composer/ClassLoader.php(428): Composer\Autoload\includeFile()
#3 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Support/helpers.php(110): Composer\Autoload\ClassLoader->loadClass()
#4 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(130): collect()
#5 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(106): Illuminate\Foundation\PackageManifest->build()
#6 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(89): Illuminate\Foundation\PackageManifest->getManife
st()
#7 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config()
#8 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/RegisterFacades.php(26): Illuminate\Foundation\PackageManifest-
>aliases()
#9 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(230): Illuminate\Foundation\Bootstrap\RegisterFacades->bo
otstrap()
#10 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(310): Illuminate\Foundation\Application->bootstrapWit
h()
#11 /var/www/html/recruit-ats/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(127): Illuminate\Foundation\Console\Kernel->bootstrap
()
#12 /var/www/html/recruit-ats/artisan(37): Illuminate\Foundation\Console\Kernel->handle()
#13 {main}_**