Libraries tagged by laravel-enum
isap-ou/laravel-enum-helpers
3954 Downloads
Adding some helpers functions to PHP8 native enums for laravel projects
artisaninweb/laravel-enum
89565 Downloads
A provider for Enums in Laravel.
splitstack/laravel-enum-friendly
10787 Downloads
Make your Laravel enums friendly with TypeScript, selects, and many more convenient features
saas-laravel/laravel-enums-to-json
48773 Downloads
This package generates a json file off of values from enum
innoge/laravel-enum-states
553 Downloads
A state machine for Eloquent, built on native PHP enums. No state classes, no model trait, no extra tables.
dilovanmatini/laravel-enumable
3232 Downloads
The Laravel Enumable trait provides a set of utility methods to enhance PHP enums. It includes methods for manipulating enum cases, retrieving labels, and converting enums to various formats.
devwizardhq/laravel-enumify
1513 Downloads
Auto-generate TypeScript enums and types from Laravel PHP enums with an Artisan command and Vite integration.
datomatic/laravel-enum-collections
3860 Downloads
A package to save a collection of Enums in a Eloquent field and interact with him
wboyz/laravel-enum
12428 Downloads
Base enum class with some features.
mad-web/laravel-enum
136047 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
ifresh/laravel-enum-translations
1462 Downloads
haakco/laravel-enum-generator
11133 Downloads
Generates simple class to act as an enum from a table specified in its con
gupo/laravel-enum
3839 Downloads
laravel enum
geekk-net/laravel-enum
3350 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
datomatic/laravel-enum-state-machine
1724 Downloads
A simple state machine for enums in Laravel