alkoumi / laravel-hijri-date

Laravel package to Convert laravel date to our Amazing 💝 Hjri date {ummul qura and vice versa} . to look like [ الخميس ، ٢٢ ربيع الآخر ، ١٤٤١ - ٠٧:٤٩ مساءً]
MIT License
95 stars 21 forks source link

Add custom cast class for laravel >= 7.x #7

Open ahmed-aliraqi opened 3 years ago

ahmed-aliraqi commented 3 years ago

سلام عليكم ورحمة الله وبركاته

Thanks for this amazing package. I suggest to add custom Casting to convert the dates in get or set automaticlly. as you know the dates should be stored as gregorian in storage but displayed as hijri.

for example in your model add the HijriDate cast:

    /**
     * The attributes that should be cast.
     *
     * @var array
     */
    protected $casts = [
        'created_at' => HijriDate::class,
    ];
alkoumi commented 3 years ago

عليكم السلام ورحمة الله وبركاته

الله يبارك فيك أخي أحمد

أفكار جميلة الله يحفظك ، عندي مشاريع في العمل بسلمها وأتفرغ لها بإذن الله تعالى

أسعدني مرورك جدًا