Skip to content
/ jdate Public

A simple Laravel Wrapper for the jdate functions.

Notifications You must be signed in to change notification settings

beaumind/jdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

laravel jdate

  • A simple Laravel Wrapper for Alireza-h jdate class.
  • This package compatible with Laravel >=5

Installation

Run the Composer update comand

$ composer require beaumind/jdate

In your config/app.php add 'Beaumind\Jdate\JDateServiceProvider' to the end of the $providers array

'providers' => [

    Illuminate\Foundation\Providers\ArtisanServiceProvider::class,
    Illuminate\Auth\AuthServiceProvider::class,
    ...
    Beaumind\Jdate\JDateServiceProvider::class,

],


'alias' => [
    ...
    'jDate' => Beaumind\Jdate\Facades\JDate::class
]

About

A simple Laravel Wrapper for the jdate functions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages