This package provides the timecontrol API.
- PHP >= 5.6.0
- Timecontrol application
- chrisbjr/api-guard 3.1.*
Require this package with composer:
composer require tjoosten/timecontrol-apiAfter updating composer, add the ServiceProvider to the providers array in config/app/php
Idevelopment\Timecontrol\Api\ServiceProvider::classIf you like to use the facade, add this to your facades in config/app.php
'TimecontrolApi' => Idevelopment\Timecontrol\Api\Facade\TimecontrolApi::class,After that the only thing u need to do is:
php vendor:publish
If you discover any security related issues, please email Topairy@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
For transparency into our release cycle and in striving to maintain backward compatibility, scouts en gidsen template is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.
See the Releases section of our GitHub project for changelogs for each release version of this repo.