devfaysal / static-options
用于选择字段的静态选项数组值的集合
v0.2.0
2023-08-12 10:21 UTC
Requires
- php: ^7.0|^8.0
README
不要在每个项目中都写入或复制粘贴。只需要求包并使用全局函数
关于孟加拉国的地区/区/乌帕齐拉数据,请检查devfaysal/laravel-bangladesh-geocode
composer require devfaysal/static-options
血型
bloodGroupOptions()
[
'A+' => 'A+',
'B+' => 'B+',
'AB+' => 'AB+',
'O+' => 'O+',
'A-' => 'A-',
'B-' => 'B-',
'AB-' => 'AB-',
'O-' => 'O-'
]
宗教
religionOptions()
[
'Islam' => 'Islam',
'Christianity' => 'Christianity',
'Hinduism' => 'Hinduism',
'Buddhism' => 'Buddhism',
'Other' => 'Other'
]
性别
genderOptions()
[
'Male' => 'Male',
'Female'=> 'Female',
'Other' => 'Other'
]