jeremykenedy/timezones
| Install | |
|---|---|
composer require jeremykenedy/timezones |
|
| Latest Version: | v0.0.7 |
| PHP: | >=5.6.4 |
| License: | MIT |
| Last Updated: | Jan 8, 2017 |
| Links: | GitHub · Packagist |
Timezones | A Laravel package - v0.0.7
Introduction
This is a base example of a laravel package. The focus is on the framework of the package and the essential elements and not so much what it actually does. It returns the time and date in a Laravel application when going to the the URL /timezones/{TIMEZONE} from the projects base url.
Installation
-
From your projects root folder in terminal run:
composer require jeremykenedy/timeszones -
Register the package with laravel in
config/app.phpunder the Application Service Providers section with the following:jeremykenedy\Timezones\TimezonesServiceProvider::class, -
(Optional) Publish the packages assets/views to be customized by running the following from your projects root folder:
php artisan publish
Usage
http://your-projects-url/timezones/{{TIMEZONE}}
Usage Examples:
http://lara-timezone.local/timezones/PST
http://lara-timezone.local/timezones/MST
http://lara-timezone.local/timezones/CST
http://lara-timezone.local/timezones/EST
http://lara-timezone.local/timezones/UTC
License
Timezones - A Laravel package is open-sourced software licensed under the MIT license
Related Packages
A comprehensive modal dialog system for FilamentPHP with progress bars, callback...
Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...
Laravel 4 Service Provider to interact with twitter account, like return a colle...