PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Ahmed Abdulla   Laravel Hijri Date Conversion   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/markdown
Description: readme
Class: Laravel Hijri Date Conversion
Convert dates from the Hijri to Gregorian calendar
Author: By
Last change: Additional instructions
Date: 8 months ago
Size: 289 bytes
 

Contents

Class file image Download
  • Install the package using Composer

composer require kamalkhan/islamic-date

  • Create a new class to handle the conversion. You can place this class in the app directory of your Laravel application ( app/HijriShamsiConverter.php )
  • Usage in your Laravel application ( code.php )