/laravel-iptv-cms

the iptv-cms this is a project control and generate m3u8 playlist.

Primary LanguagePHPMIT LicenseMIT

Laravel IPTV Cms

Instaling

.

Run the command below in root to install the package in your project

git clone https://github.com/eufelipemateus/laravel-iptv-cms.git

Install

composer install 

Config

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´

Migrate the database

php artisan migrate --seed

Extra

License

License

Author

Felipe Mateus