Use kartik-v php-date-formatter with Node Package Manager npm

36 views Asked by At

https://www.npmjs.com/package/php-date-formatter

How can I use this plugin using npm with Laravel 5.3

After successful installation. I used

const phpDateFormatter = require('php-date-formatter');
console.log(phpDateFormatter);

But phpDateFormatter do not come with any plugin data. Can anyone help me on this?

Thanks :)

0

There are 0 answers