The Slack log channel username falls back to the generic "Laravel Log"
when unset. This updates the fallback to use `APP_NAME` instead,
making it easier to identify which application is sending logs when
multiple Laravel apps post to the same Slack channel.
Follows the same pattern as #6755 which added an `APP_NAME` fallback
in the mail config.