I'm having problem in issuing this command php artisan cache:clear
, or php artisan
I get this error.
Catchable fatal error: Argument 1 passed to Illuminate\Config\Repository::__construct() must be of the type array, integer given integer given, called in /var/www/mysite/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/LoadConfiguration.php on line 32 and defined in /var/www/mysite/vendor/laravel/framework/src/Illuminate/Config/Repository.php on line 24
Thank you in advance.
bootstrap/cache/compiled.php
and try again. – Marwelln