.
git clone https://github.com/eufelipemateus/laravel-iptv-cms.git
composer install
Create new file .env if not create.
mv .env.exmple .env
generate app key
php artisan key:generate
Replace .env with bd
DB_CONNECTION=mysql
DB_HOST=´Your Host´
DB_PORT=3306
DB_DATABASE=´Your Database´
DB_USERNAME=´Your Root´
DB_PASSWORD=´Your Password´
php artisan migrate --seed
-
To add new locale compatibility you need contribute to iptv-core first.
-
Discord Channel to discussion about sugestion,Feature and etc.