Skip to content

Commit

Permalink
Rename package and add initial readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaaloko committed Aug 31, 2018
1 parent c12d127 commit 17b2060
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
Laravel Nova Persian Datepicker
===============================

# Description

This package adds flexibility to work with Persian/Jalali dates in Laravel Nova resources. It provides two fields, `PersianDate` and `PersianDateTime`.


# How it works

Under the hood, this package uses the awsome [Babakhani Datepicker](http://babakhani.github.io/PersianWebToolkit/doc/datepicker/) library. Below screenshots are some samples of how this package works.

## DateField
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aloko/persian-datepicker",
"name": "aloko/nova-persian-datepicker",
"description": "Persian Datepicker for Laravel Nova.",
"keywords": [
"laravel",
Expand Down

0 comments on commit 17b2060

Please sign in to comment.