Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Releases: ryancco/laravel-pages

Global Variables

13 Mar 19:27
Compare
Choose a tag to compare

Support for global variables which can be registered with the provided Pages facade at runtime and passed to any subsequent page views.

Configurable Middleware

07 Mar 22:13
eb18f5a
Compare
Choose a tag to compare

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

07 Mar 06:10
0a1cd0e
Compare
Choose a tag to compare
  • 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.

0.1

24 Apr 05:24
Compare
Choose a tag to compare
0.1
init