filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.47k stars 2.97k forks source link

Add backed enum for $abilities type #14726

Closed emargareten closed 2 weeks ago

emargareten commented 2 weeks ago

Description

Laravel v11.23 added BackedEnum support to Gate methods, this PR adds it to filament as well for consistency.

(I added the logic so as not to cause BC changes for pre v11.23 versions)

Visual changes

None

Functional changes