Support generating helper files for real-time facades (#1455)

* Support generating helper files for real-time facades

Add changelog entry for real-time facades support

Mention real-time facades support in readme

Fix code style

Import

* Remove useless assertions

We cannot 100% control the output file has only the real-time facades, anything else can be in the final output
This commit is contained in:
Filip Iulian Pacurar
2024-02-07 21:35:02 +01:00
committed by GitHub
parent c290af858d
commit 04c1a8d444
7 changed files with 196 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ All notable changes to this project will be documented in this file.
### Added
- Add support for nikic/php-parser 5 (next to 4) [#1502 / mfn](https://github.com/barryvdh/laravel-ide-helper/pull/1502)
- Add support for `immutable_date:*` and `immutable_datetime:*` casts. [#1380 / thekonz](https://github.com/barryvdh/laravel-ide-helper/pull/1380)
- Add support for real-time facades in the helper file. [pending PR](#)
2023-02-04, 2.13.0
------------------