https://github.com/sojebsikder/iptv-web
IPTV app backend created with laravel
https://github.com/sojebsikder/iptv-web
iptv-m3u laravel
Last synced: 3 months ago
JSON representation
IPTV app backend created with laravel
- Host: GitHub
- URL: https://github.com/sojebsikder/iptv-web
- Owner: SojebSikder
- Created: 2021-06-19T08:30:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T05:08:48.000Z (about 3 years ago)
- Last Synced: 2025-02-27T00:37:54.418Z (8 months ago)
- Topics: iptv-m3u, laravel
- Language: PHP
- Homepage:
- Size: 4.98 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iptv-web
IPTV app backend created with laravel. Admin panel created with react and material ui.## Running
Run laravel app
```
php artisan serve
```
Run react app
```
yarn run dev
```