laravel-iptv-channels
laravel-iptv-channels copied to clipboard
This liabary package controls channels and generates a m3u8 list with all channels this libary works with iptv-cms project.
Laravel IPTV Channels - FelipeMateus\IPTVChannels
This is a libary package create to generate and control channel list m3u8 using php Laravel this libary work to iptv-cms.
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
-
To add new locale compatibility you need contribute to iptv-core first.
-
Discord Channel to discussion about sugestion,Feature and etc.