adaa / laravel-hijri-dates
Hijri dates package for Laravel
1.1
2022-09-04 19:36 UTC
Requires
- php: >=7|>=8|>=8.1
- geniusts/hijri-dates: ~1.1.0
- illuminate/support: ^5|^6|^7|^8|^9
README
update to work with laravel 9
Installation
Composer
composer require adaa/laravel-hijri-dates
Service Provider
Add the package to your application service providers in config/app.php
file.
'providers' => [ ... /** * Third Party Service Providers... */ GeniusTS\LaravelHijri\HijriDatesServiceProvider::class, ],
Config File
php artisan vendor:publish --provider="GeniusTS\LaravelHijri\HijriDatesServiceProvider" --tag=config
Usage
Usage documentation available in hijri-dates repository.
translation
-
Add new language:
- create new directory under
resources/lang/vendor/hijri-dates
in your application files. - Add
dates.php
file under the new directory. it should return array with the same structure of package translation files.
- create new directory under
-
change default translation:
the following function export default translation to resources/lang/vendor/hijri-dates
in your application files.
php artisan vendor:publish --provider="GeniusTS\LaravelHijri\HijriDatesServiceProvider" --tag=translation
License
This package is free software distributed under the terms of the MIT license.