ggdx/laravel-toggl
LaravelToggl
Getting started
Composer
composer require ggdx/laravel-toggl
Laravel
Add the provider:
'providers' => [
GGDX\LaravelToggl\TogglServiceProvider::class,
]
Add the facade:
'aliases' => [
'Toggl' => GGDX\LaravelToggl\TogglFacade::class,
]
Generate the config file:
php artisan vendor:publish
If using version control, add TOGGL_KEY=your_key to the .env or add your key directly to config/toggl.php
More info
Wiki will be built as and when time allows however all GGDX\LaravelToggl\Requests\ classes are fully documented.
Related Packages
efficiently/larasset
Larasset is a library for Laravel 5 which manage assets in an easy way.
4,767
67
efficiently/authority-controller
AuthorityController is an PHP authorization library for Laravel 5 which restrict...
33,259
154