laravel-iptv-cms
laravel-iptv-cms copied to clipboard
This is oficial iptv-cms project by Felipe Mateus
Laravel IPTV Cms
Instaling
Install
composer create-project felipemateus/iptv-cms iptv-project
Config
generate app key
php artisan key:generate
Replace .env with your database info.
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
php artisan migrate --seed
Extra
-
To add new locale compatibility you need contribute to iptv-core first.
-
Discord Channel to discussion about sugestion,Feature and etc.