All Projects → GeniusTS → laravel-hijri-dates

GeniusTS / laravel-hijri-dates

Licence: MIT license
Hijri dates for Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-hijri-dates

laravel-camelcase-json
Convert response JSON key to camelCase
Stars: ✭ 23 (-8%)
Mutual labels:  laravel-5-package, laravel5
Laravel Settings
Simple Settings package for a laravel application
Stars: ✭ 45 (+80%)
Mutual labels:  laravel-5-package, laravel5
Nova-Dark-Theme
A dark theme for Laravel Nova
Stars: ✭ 72 (+188%)
Mutual labels:  laravel-5-package, laravel5
Laravel-Unsplash-Wrapper
A Laravel wrapper for Unsplash API's.
Stars: ✭ 21 (-16%)
Mutual labels:  laravel-5-package, laravel5
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (+216%)
Mutual labels:  laravel-5-package, laravel5
maintenance-mode
An enhanced maintenance mode for Laravel.
Stars: ✭ 117 (+368%)
Mutual labels:  laravel-5-package, laravel5
Angular5.2 Laravel5.6
Angular 5.2 and Laravel 5.6 Authentication and CRUD
Stars: ✭ 17 (-32%)
Mutual labels:  laravel-5-package, laravel5
Laravel Widgetize
A minimal package to help you make your laravel application cleaner and faster.
Stars: ✭ 791 (+3064%)
Mutual labels:  laravel-5-package, laravel5
Laravel Email Verification
Laravel package to handle user verification using an activation mail
Stars: ✭ 63 (+152%)
Mutual labels:  laravel-5-package, laravel5
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (+128%)
Mutual labels:  laravel-5-package, laravel5
laravel-google-ads
Google Adwords API for Laravel
Stars: ✭ 60 (+140%)
Mutual labels:  laravel-5-package, laravel5
Laravel Database Encryption
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
Stars: ✭ 238 (+852%)
Mutual labels:  laravel-5-package, laravel5
laravel-browsershot
Browsershot wrapper for Laravel 5
Stars: ✭ 108 (+332%)
Mutual labels:  laravel-5-package, laravel5
devtube
Laravel YouTube and Online Video viewing and download interface.
Stars: ✭ 30 (+20%)
Mutual labels:  laravel-5-package, laravel5
pyIslam
pyIslam, a Python library to calculate prayer times, hijri date, qiblah direction and more
Stars: ✭ 68 (+172%)
Mutual labels:  hijri, hijri-dates
Larrock Core
Core components for LarrockCMS
Stars: ✭ 46 (+84%)
Mutual labels:  laravel-5-package, laravel5
Eye
Eyewitness.io package for Laravel 5 applications
Stars: ✭ 114 (+356%)
Mutual labels:  laravel-5-package, laravel5
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+820%)
Mutual labels:  laravel-5-package, laravel5
Laravel Jwt
Dead simple, plug and play JWT API Authentication for Laravel (5.4+)
Stars: ✭ 225 (+800%)
Mutual labels:  laravel-5-package
two-factor-authentication
Two Factor Authentication for Laravel
Stars: ✭ 21 (-16%)
Mutual labels:  laravel-5-package

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.

    '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.
  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].