Download the PHP package archvayu/laravel-enum without Composer
On this page you can find all versions of the php package archvayu/laravel-enum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download archvayu/laravel-enum
More information about archvayu/laravel-enum
Files in archvayu/laravel-enum
Download archvayu/laravel-enum
More information about archvayu/laravel-enum
Files in archvayu/laravel-enum
Vendor archvayu
Package laravel-enum
Short Description Laravel package to generate enum type objects
License MIT
Package laravel-enum
Short Description Laravel package to generate enum type objects
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-enum
Laravel Enum Generator
Laravel Enum Generator as name suggests helps generate native php enum objects to facilitate laravel enum usage using artisan command.
Requirement
Laravel 10 php > 8.1
Installation
Usage
There are basically two types of enums that can be used: pure and backed.
To generate pure enum:
To generate backed enum with integer scalar equivalent:
To generate backed enum with string scalar equivalent:
Backed Enum contains two methods to get vlaues array of scalar and array for select operations.
LICENSE
Licensed using MIT License
All versions of laravel-enum with dependencies
PHP Build Version
Package Version
The package archvayu/laravel-enum contains the following files
Loading the files please wait ....