The first beta of the 1.5 cycle is available. This release focuses on the admin panel and brings the underlying Filament framework up to its latest major version.Documentation Index
Fetch the complete documentation index at: https://docs.lunarphp.com/llms.txt
Use this file to discover all available pages before exploring further.
What’s new
Filament v4
The admin panel has been upgraded to Filament v4. The upgrade modernises the resource APIs the panel is built on and unlocks the latest Filament features for projects extending the panel. Projects with custom Filament resources, pages, or widgets will need to follow the Filament v4 upgrade guide alongside the Lunar upgrade. The Lunar upgrade guide covers the framework-level changes that affect Lunar installations specifically. As part of this work, the two-factor authentication columns on thestaff table have been renamed to align with Filament v4’s multi-factor authentication primitives. A Lunar migration handles the rename automatically.
shipping:manage permission
The Table Rate Shipping add-on now enforces a dedicated shipping:manage permission on the Shipping Methods, Shipping Zones, and Shipping Exclusion Lists resources. The permission is created automatically by a migration. Staff who previously managed shipping need to be assigned the new permission (or a role that includes it) to retain access.
See the Table Rate Shipping page for details.