Looking to hire Laravel developers? Try LaraJobs

laravel-datetime maintained by benancetin

Description
datetime is laravel package to print date and time in a given format.
Author
Last update
2019/05/12 21:37 (dev-master)
License
Downloads
15
Tags

Comments
comments powered by Disqus

datetime

datetime is a laravel package that shows date time of given parameter. (Ex: After installation, in any blade template files you just use @datetime(utc) )

Installing datetime

composer require benancetin/laravel-datetime

Note: for Laravel 5.5 below, You should register the service provider.

Using Text To Image

In any of your blade templates, you just use "@datetime(utc)", that's all!