aozen/turkish-date

A Laravel Nova field.

dev-master 2019-01-11 12:30 UTC

This package is auto-updated.

Last update: 2024-05-20 01:05:28 UTC


README

This package offers the date field which only contains Turkish language. Used flatpickr for Laravel Nova.

Installation

Using Composer:

composer require aozen/turkish-date

Usage

Top of the resource file include TurkishDate:

use Aozen\TurkishDate\TurkishDate;

Use with TurkishDate:

TurkishDate::make('Created At')

Sample

alt text