eufelipemateus / laravel-iptv-channels

This liabary package controls channels and generates a m3u8 list with all channels this libary works with iptv-cms project.

Home Page:https://packagist.org/packages/felipemateus/iptv-channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel IPTV Channels - FelipeMateus\IPTVChannels

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

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

Screenshot Feipe Mateus IPTV Channels

Instaling

Tested in Laravel 9.0.

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

Author

Felipe Mateus

About

This liabary package controls channels and generates a m3u8 list with all channels this libary works with iptv-cms project.

https://packagist.org/packages/felipemateus/iptv-channels

License:MIT License


Languages

Language:PHP 58.9%Language:Blade 41.1%