2017 © Pedro Peláez
 

library laravel-iptv

Controller iptv system using Laravel.

image

felipefm32/laravel-iptv

Controller iptv system using Laravel.

  • Monday, November 6, 2017
  • by felipefm32
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel IPTV Channels - FelipeMateus\IPTVChannels

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require, (*1)

This is a libary package create to generate and control channel list m3u8 using php Laravel this libary work to iptv-cms., (*2)

Screenshot Feipe Mateus IPTV Channels, (*3)

Instaling

Tested in Laravel 9.0., (*4)

Run the command below in root to install the package in your project


composer require felipemateus/iptv-channels

Verify this file 'config/app.php'

<?php
...
'providers' => [
...
FelipeMateus\IPTVChannels\IPTVProvider::class,
...

];

Migrate the database

php artisan migrate

Extra

License

License, (*8)

Author

Felipe Mateus, (*9)

The Versions

06/11 2017

dev-master

9999999-dev

Controller iptv system using Laravel.

  Sources   Download

MIT

by Felipe Mateus