-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ported the main app to Flight * Made PHPStan happy * Removed AntRouting * Renamed many internal classes * Caching related optimization * Skip the cache test * Update readme.md
- Loading branch information
1 parent
d660b70
commit 711c7dc
Showing
32 changed files
with
376 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
->in(__DIR__) | ||
->exclude([ | ||
'src/Vendor', | ||
'src/Cache', | ||
]) | ||
; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# AntCMS | ||
|
||
AntCMS is being largely rebuilt for better, faser, easier functionality. | ||
AntCMS is being largely rebuilt for better, faser, easier functionality. | ||
|
||
## Differences between "new" and "main" | ||
|
||
- The main app now uses Flight for routing | ||
- Optimizations | ||
- Much improved code stylining and code quality | ||
- Plugins do not yet work as they need to be rebuilt | ||
- AntCMS will automatically perform brotli, zstd, and gzip output compression as long as related extensions are installed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.