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
- Provide `psr/container-implementation` ([#33020](https://github.com/laravel/framework/pull/33020))
18
+
- Support PHP 8's reflection API ([#33039](https://github.com/laravel/framework/pull/33039), [6018c1d](https://github.com/laravel/framework/commit/6018c1d18e7b764c17307c1f98d64482a00a668d))
12
19
13
20
### Fixed
14
21
- Restore `app()->getCached*Path()` absolute '/' behavior in Windows ([#32969](https://github.com/laravel/framework/pull/32969))
@@ -20,6 +27,7 @@
20
27
21
28
### Changed
22
29
- Use new line for `route:list` middleware ([#32993](https://github.com/laravel/framework/pull/32993))
30
+
- Disallow generation commands with reserved names ([#33037](https://github.com/laravel/framework/pull/33037))
0 commit comments