genealabs / laravel-changelog
A Laravel Nova tool.
Fund package maintenance!
13.0.0
2026-03-21 12:31 UTC
Requires
- php: ^8.2
- illuminate/filesystem: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
Requires (Dev)
- orchestra/testbench: ^9.0|^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
README
Easily integrate and display your changelog in your app.
Version Support
| Laravel | PHP |
|---|---|
| 11.x | 8.2+ |
| 12.x | 8.2+ |
| 13.x | 8.3+ |
Routes
| Route | Description |
|---|---|
/changelog |
Displays the full changelog grouped by minor version |
/changelog/{major}.{minor} |
Deep-links to a specific minor version group (e.g., /changelog/1.0) |
The minor version route opens with that version group expanded and scrolled into view.