0
어떤 종류의 artisan
명령을 실행하거나 실행하려고했을 때 잠시 사용하지 않고 최근에 작업을 시작한 프로젝트가 있습니다. composer update
, composer install
이 오류 메시지와 명령 실패. PHP Catchable 치명적인 오류 : Laravel artisan 명령이 작동하지 않습니다.
PHP Catchable fatal error: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of Illuminate\Http\Request, null given, called in C:\xampp\htdocs\test\vendor\laravel\framework\src\Illuminate\Routing\RoutingServiceProvider.php on line 66 and defined in C:\xampp\htdocs\test\vendor\laravel\framework\src\Illuminate\Routing\UrlGenerator.php on line 101
나는 공급 업체 폴더를 삭제하고 난 여전히이 오류와 함께 결국 모두
composer update
및
composer install
명령을 실행했습니다. 심지어 compose.lock 파일도 삭제했습니다. 또한 홈 루트를 제외한 모든 경로를 삭제하고 시도하지도 않았다. 도움의 어떤 종류 정말 감사하겠습니다하시기 바랍니다
당신이'작곡가 덤프 - autoload'를 실행 한 장인 commans를 사용할 수없는 이유는? – Jackowski
예이 오류없이 작동하는 유일한 명령이지만 아무 것도 수행하지 않습니다 –
구성 파일에서'url()'및'asset()'도우미 함수를 사용하고 있습니까? – Jackowski