Add FailureCallback for Laravel Scanner, displaying advise on upgrading to latest flyctl version
Change Summary
What and Why: Include a FailureCallback for the Laravel scanner. There are cases when launch fails for Laravel apps. Sometimes these issues are already fixed in more recent versions of flyctl, so display advise prompting user to upgrade their flyctl scanner to latest version.
How:
Include a FailureCallback function for Laravel scanner at LaravelFailureCallback. Set the flyerr.GenericErr.Suggest value to string prompting for version upgrade.
Very similar to Rails Callback! Thanks for pointing this out @rubys !
TODO: Create a docs page in Laravel section of Fly.io docs to include a list of common launch issues and their fixes. similar to https://fly.io/docs/rails/getting-started/existing/#common-initial-deployment-issues THEN finalize this PR with a link to that new page.
Related to: Launch errors for Laravel apps
Documentation
- [ ] Fresh Produce
- [ ] In superfly/docs, or asked for help from docs team
- [ ] n/a