Skip to content

SIJOT/module-skeleton

Repository files navigation

Timecontrol API

This package provides the timecontrol API.

Requirements.

  • PHP >= 5.6.0
  • Timecontrol application
  • chrisbjr/api-guard 3.1.*

Installation

Require this package with composer:

composer require tjoosten/timecontrol-api

After updating composer, add the ServiceProvider to the providers array in config/app/php

Laravel 5.X

Idevelopment\Timecontrol\Api\ServiceProvider::class

If 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

Security vurnabilities

If you discover any security related issues, please email Topairy@gmail.com instead of using the issue tracker.

Copyright and licensing

The MIT License (MIT). Please see License File for more information.

Versioning

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.

About

basic template for module development

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages