Skip to content

nanuc/laravel-humhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This package wraps the HumHub API for use in Laravel.

Installation

composer require nanuc/laravel-humhub

Setup config

Add the following to config/services.php and edit the values:

'humhub' => [
    'url' => env('HUMHUB_URL', 'https://yourhost/api/v1/'),
    'token' => env('HUMHUB_TOKEN')
],

Get a token

To get a token you can use php artisan humhub:token. It will ask you for your HumHub username and password.

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages