MoeRasul
Laravel project won't deploy!
Hi, i have deployed my laravel app on railway and the only thing i have done is i have added the following line in variables
NIXPACKS_BUILD_CMD="composer install && php artisan optimize:clear && php artisan storage:link && php artisan migrate --force"
but i get an error saying ERROR: failed to solve: process "/bin/bash -ol pipefail -c composer install --ignore-platform-reqs" did not complete successfully: exit code: 1
what could be the issue?5 replies