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
* Move `resources/lang` folder
* Remove `fruitcake/laravel-cors` dependency
* Streamline `$commands` property
* Replace deprecated `HEADER_X_FORWARDED_ALL` constant
* Upgrade to Flysystem 3.0
* Shift core files
* Convert `optional()` to nullsafe operator
* Remove unnecessary `$model` property
* Shift to class based routes
* Shift config files
* Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
* Bump Laravel dependencies
* Use `<env>` tags for configuration
`<env>` tags have a lower precedence than system environment variables making it easier to overwrite PHPUnit configuration values in additional environments, such a CI.
Review this blog post for more details on configuration precedence when testing Laravel: https://jasonmccreary.me/articles/laravel-testing-configuration-precedence/
* Adopt anonymous migrations
* Shift cleanup
* Apply fixes from StyleCI
* wip
* Apply fixes from StyleCI
* wip
Co-authored-by: Shift <[email protected]>
Co-authored-by: StyleCI Bot <[email protected]>
0 commit comments