library timezones
Demo-package to show time
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
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)