Skip to content

v6.16.0

Compare
Choose a tag to compare
@crynobone crynobone released this 30 Mar 23:07
· 155 commits to 6.x since this release

Changes

Testbench Changes

Added
  • Added ability to run multiple database by adding database specific environment variable. E.g: MYSQL_HOST, POSTGRES_HOST and MSSQL_HOST instead of just DB_HOST.
Changes
  • Use getcwd() instead of relative path when setting up TESTBENCH_WORKING_PATH when executing it via bootstrap/app.php.
  • Accept APP_BASE_PATH environment variable to configure getBasePath().