felipemateus/iptv-channels

This package controls the IPTV channel list and generates an m3u8 file using laravel.

v3.0.6 2023-04-07 00:58 UTC

This package is auto-updated.

Last update: 2024-04-07 03:17:20 UTC


README

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