لدي مشروع يعمل بشكل سليم في بيئة التطوير وعلى خادم الويب، ولكن عندما أقوم بالتحديث ضمن Forge بتنفيذ الأمر التالي:
composer update --no-dev
php artisan optimize
يظهر هذا الخطأ:
[RuntimeException]
The lock file does not contain require-dev information, run install with the --no-dev option or run update to install those packages.
حاولت أيضاً استخدام composer update بدلاً من composer update --no-dev فظهر الخطأ التالي:
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
PHP Fatal error: Call to undefined method
Illuminate\Foundation\Application::getCachedCompilePath() in /home/forge/default/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php on line 28
PHP Stack trace
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()
Script php artisan clear-compiled handling the post-install-cmd event returned with an error
[RuntimeException
Error Output: PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath() in /home/forge/default/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php on line 28
PHP Stack trace:
السؤال
Amir Alsaeed
لدي مشروع يعمل بشكل سليم في بيئة التطوير وعلى خادم الويب، ولكن عندما أقوم بالتحديث ضمن Forge بتنفيذ الأمر التالي:
composer update --no-dev php artisan optimize
يظهر هذا الخطأ:
[RuntimeException] The lock file does not contain require-dev information, run install with the --no-dev option or run update to install those packages.
حاولت أيضاً استخدام composer update بدلاً من composer update --no-dev فظهر الخطأ التالي:
Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating autoload files PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath() in /home/forge/default/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php on line 28 PHP Stack trace [Symfony\Component\Debug\Exception\FatalErrorException] Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath() Script php artisan clear-compiled handling the post-install-cmd event returned with an error [RuntimeException Error Output: PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath() in /home/forge/default/vendor/laravel/framework/src/Illuminate/Foundation/Console/ClearCompiledCommand.php on line 28 PHP Stack trace:
فماهي هذه المشكلة هنا؟ وكيف يمكنني حلها؟
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.