/avirtv

Primary LanguageHTML


Logo

Avirnet iptv

Production · Staging

Table of Contents

About

Logo

Built With

Getting Started with Development

This is a development setup guide for this project. Please follow the instructions to setup project locally.

🤚 Requirements

  • PHP 7.1.2
  • Mysql 5.6

Running locally

  • Pull the repo

    cd avirtv
  • Install requirements

    composer install
  • Change .env db config with your db

    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=avirtv
    DB_USERNAME=root
  • Migrate

    php artisan migrate
  • To run on local

    php artisan serve

    Application will run on 127.0.0.1:8000

Troubleshooting

Contact