razzul / timezones
Demo-package to show time
dev-master
2017-03-15 10:28 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-13 21:22:28 UTC
README
Creating you first start-up package for laravel
composer require razzul/timezones
add new Service Provider to the array of Service Providers in file config/app.php:
'providers' => [ /* * Laravel Framework Service Providers... */ // ... other providers Razzul\Timezones\TimezonesServiceProvider::class,
php artisan vendor:publish