2017 © Pedro Peláez
 

library laravel-hijri-dates

Hijri dates package for Laravel

image

geniusts/laravel-hijri-dates

Hijri dates package for Laravel

  • Tuesday, May 30, 2017
  • by aboudeh87
  • Repository
  • 1 Watchers
  • 3 Stars
  • 925 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 22 % Grown

The README.md

Hijri dates for Laravel

Installation

Composer

    composer require geniusts/laravel-hijri-dates

Service Provider

Add the package to your application service providers in config/app.php file., (*1)

    '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., (*2)

translation

  • Add new language:, (*3)

    • 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.
  • change default translation:, (*4)

the following function export default translation to resources/lang/vendor/hijri-dates in your application files., (*5)

    php artisan vendor:publish --provider="GeniusTS\LaravelHijri\HijriDatesServiceProvider" --tag=translation

License

This package is free software distributed under the terms of the MIT license., (*6)

The Versions

30/05 2017

dev-master

9999999-dev

Hijri dates package for Laravel

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

30/05 2017

1.0.1

1.0.1.0

Hijri dates package for Laravel

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin

05/05 2017

1.0.0

1.0.0.0

Hijri dates package for Laravel

  Sources   Download

MIT

The Requires

 

by Abdul-Kader Zein-Eddin