2017 © Pedro Peláez
 

library timezones

Demo-package to show time

image

razzul/timezones

Demo-package to show time

  • Wednesday, March 15, 2017
  • by razzul
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

laravel-timezone-package

Creating you first start-up package for laravel, (*1)

composer require razzul/timezones, (*2)

add new Service Provider to the array of Service Providers in file config/app.php:, (*3)

'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        // ... other providers
        Razzul\Timezones\TimezonesServiceProvider::class,

php artisan vendor:publish, (*4)

The Versions

15/03 2017

dev-master

9999999-dev https://github.com/razzul/laravel-timezone-package

Demo-package to show time

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

timezones