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
- Fix registering event listeners with array callback ([#43890](https://github.com/laravel/framework/pull/43890))
15
+
16
+
### Changed
17
+
- Explicitly add column name to SQLite query in `Illuminate/Database/Console/DatabaseInspectionCommand::getSqliteTableSize()` ([#43832](https://github.com/laravel/framework/pull/43832))
18
+
- Allow broadcast on demand notifications ([d2b1446](https://github.com/laravel/framework/commit/d2b14466c27a3d62219256cea27088e6ecd9d32f))
19
+
- Make Vite::hotFile() public ([#43875](https://github.com/laravel/framework/pull/43875))
20
+
- Prompt to create sqlite db when migrating ([#43867](https://github.com/laravel/framework/pull/43867))
21
+
- Call prepare() on HttpException responses ([#43895](https://github.com/laravel/framework/pull/43895))
22
+
- Make the model:prune command easier to extend ([#43919](https://github.com/laravel/framework/pull/43919))
0 commit comments