This repository has been archived by the owner on Aug 20, 2023. It is now read-only.
Releases: ryancco/laravel-pages
Releases · ryancco/laravel-pages
Global Variables
Configurable Middleware
The most significant improvement in this minor update is supporting configurable middleware for the page route.
Additional QOL improvements include the introduction of a facade making config values more easily accessible and offering other utilities when building on top of this package; such as getting all of the page files found on the filesystem.
Lifecycle Events
-
Implement lifecycle events for incoming requests, page not found, and page found.
-
Update GitHub Actions to a shared template.
-
Support latest versions of Laravel running on PHP ^7.4 and ^8.0.