Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eufelipemateus/laravel-iptv-core
This package contains the core layouts, classes and other elements for the iptv-channels package.
https://github.com/eufelipemateus/laravel-iptv-core
iptv iptv-channels iptv-core iptv-m3u iptv-m3u8 iptv-package iptv-playlist iptv-test
Last synced: about 1 month ago
JSON representation
This package contains the core layouts, classes and other elements for the iptv-channels package.
- Host: GitHub
- URL: https://github.com/eufelipemateus/laravel-iptv-core
- Owner: eufelipemateus
- License: mit
- Created: 2021-10-11T12:58:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T02:35:32.000Z (6 months ago)
- Last Synced: 2024-10-09T16:48:49.340Z (about 1 month ago)
- Topics: iptv, iptv-channels, iptv-core, iptv-m3u, iptv-m3u8, iptv-package, iptv-playlist, iptv-test
- Language: PHP
- Homepage: https://packagist.org/packages/felipemateus/iptv-core
- Size: 4.67 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel IPTV Core - FelipeMateus\IPTVCore
## Instaling
Tested in Laravel 9.0.
### Run the command below in root to install the package in your project
```bash
composer require felipemateus/iptv-core
```
### Migrate the database
```bash
php artisan migrate
```## Locales compatibility
- br - Brasil (Portugês Brasileiro)
- en - English## License
[![License](http://poser.pugx.org/felipemateus/iptv-core/license)](https://packagist.org/packages/felipemateus/iptv-core)
## Author
[Felipe Mateus](https://eufelipemateus.com)