We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some hosts uses non-standard mysql ports and there are no way to use it out of the box without modifying the application.php file
This allows users to append a port in the mysql define whenever the port value is present in the .env file
The text was updated successfully, but these errors were encountered:
This seems unnecessary. Can't the port be set as part of DB_HOST ?
DB_HOST
It can definitely be set using the new DATABASE_URL connection string alternative added in #414
DATABASE_URL
Sorry, something went wrong.
No branches or pull requests
Summary
Some hosts uses non-standard mysql ports and there are no way to use it out of the box without modifying the application.php file
Motivation
This allows users to append a port in the mysql define whenever the port value is present in the .env file
The text was updated successfully, but these errors were encountered: