deployer composer exception – how to debug?
I am using deployer to deploy my laravel application to an LEMP stack. The setup has successfully copied all the files to the server in the release folder, however the composer install always fails, with the error code of
... Extracting archivePackage aferrandini/phpqrcode is abandoned, you should avoid using it. Use endroid/qr-code instead.
Generating optimized autoload files
> post-autoload-dump: IlluminateFoundationComposerScripts::postAutoloadDump
> post-autoload-dump: @php artisan package:discover
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
I have tried running composer install on the server manually as the deployer user and this works with out any issues.
The error generated does not give me much clue as to why its failing so I wonder if someone could point me in the right direction of how to debug it?
from Laravel Questions and Answers https://laravelquestions.com/laravel/deployer-composer-exception-how-to-debug/
via Lzo Media
No comments:
Post a Comment