You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[12.x] Allows APP_BASE_PATH from $_SERVER (#56868)
This would be useful in Github Actions environment where using
`steps.*.env` would populate `$_SERVER` instead of `$_ENV`:
```yaml
- name: Execute tests
run: php vendor/bin/pest
env:
APP_BASE_PATH: ${{ github.workspace }}/vendor/laravel/vue-starter-kit
```
Signed-off-by: Mior Muhammad Zaki <[email protected]>
0 commit comments