Package Data | |
---|---|
Maintainer Username: | gab88slash |
Maintainer Contact: | consigliog@gmail.com (gab88slash) |
Package Create Date: | 2017-02-10 |
Package Last Update: | 2017-02-10 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-20 15:00:07 |
Package Statistics | |
---|---|
Total Downloads: | 633 |
Monthly Downloads: | 16 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 4 |
Total Forks: | 0 |
Total Open Issues: | 1 |
composer require topix-hackademy/laravel-wowza-restapi
config/app.php
'providers' => [
..
Topix\Hackademy\LaravelWowza\ServiceProvider::class,
..
]
'aliases' => [
..
'LaravelWowza' => \Topix\Hackademy\LaravelWowza\Facade::class,
]
pip install -r requirements.txt cd documentation mkdocs serve