devfaysal/static-options

用于选择字段的静态选项数组值的集合

v0.2.0 2023-08-12 10:21 UTC

This package is auto-updated.

Last update: 2024-09-28 07:24:25 UTC


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'
]