Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eufelipemateus/laravel-iptv-cms
This is oficial iptv-cms project by Felipe Mateus
https://github.com/eufelipemateus/laravel-iptv-cms
cms cms-framework iptv iptv-channels iptv-cms iptv-framwork iptv-free iptv-m3u iptv-playlist laravel laravel-framework laravel-iptv
Last synced: 5 days ago
JSON representation
This is oficial iptv-cms project by Felipe Mateus
- Host: GitHub
- URL: https://github.com/eufelipemateus/laravel-iptv-cms
- Owner: eufelipemateus
- License: mit
- Created: 2021-11-08T20:16:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T05:20:17.000Z (4 months ago)
- Last Synced: 2024-11-07T19:24:53.312Z (13 days ago)
- Topics: cms, cms-framework, iptv, iptv-channels, iptv-cms, iptv-framwork, iptv-free, iptv-m3u, iptv-playlist, laravel, laravel-framework, laravel-iptv
- Language: PHP
- Homepage: https://iptv-cms.felipemateus.com/
- Size: 5.13 MB
- Stars: 27
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel IPTV Cms
[![Latest Stable Version](http://poser.pugx.org/felipemateus/iptv-cms/v)](https://packagist.org/packages/felipemateus/iptv-cms) [![Total Downloads](http://poser.pugx.org/felipemateus/iptv-cms/downloads)](https://packagist.org/packages/felipemateus/iptv-cms) [![Latest Unstable Version](http://poser.pugx.org/felipemateus/iptv-cms/v/unstable)](https://packagist.org/packages/felipemateus/iptv-cms) [![License](http://poser.pugx.org/felipemateus/iptv-cms/license)](https://packagist.org/packages/felipemateus/iptv-cms) [![PHP Version Require](http://poser.pugx.org/felipemateus/iptv-cms/require/php)](https://packagist.org/packages/felipemateus/iptv-cms)
![Screenshot Dashboard Feipe Mateus IPTV Channels](/.github/screenshots/dashboard.png?raw=true)
## Instaling
### Install
```bash
composer create-project felipemateus/iptv-cms iptv-project
```### Config
generate app key
```bash
php artisan key:generate
```Replace .env with your database info.
```env
DB_CONNECTION=mysql
DB_HOST=´Your Host´
DB_PORT=3306
DB_DATABASE=´Your Database´
DB_USERNAME=´Your Root´
DB_PASSWORD=´Your Password´
```### Migrate the database
```bash
php artisan migrate --seed
```## Extra
- To add new locale compatibility you need contribute to [iptv-core](https://github.com/eufelipemateus/laravel-iptv-core/blob/main/src/Helpes/Locale.php) first.
- [Discord Channel to discussion about sugestion,Feature and etc.](https://discord.com/channels/885888529845076078/953528360615690270)
## License
[![License](http://poser.pugx.org/felipemateus/iptv-cms/license)](https://packagist.org/packages/felipemateus/iptv-cms)
## Author
[Felipe Mateus](https://felipemateus.com)