obpdemo/datetime

dev-master 2018-09-07 09:38 UTC

This package is auto-updated.

Last update: 2024-05-08 07:00:11 UTC


README

Install

Require this package with composer using the following command:

Step 1:

"require": {
  ...
  "obpdemo/datetime": "dev-master"
  }

Step 2:

Update your composer,

composer update

Step 3:

After updating composer, add the service provider to the providers array in config/app.php

obpdemo\datetime\DatetimeServiceProvider::class,

Step 4:

That’s it – load URL in the browser!

http://localhost/<project_name>/public/hello

http://localhost/<project_name>/public/timezones/utc

Thank you