Skip to content

NXPlay is an open source video on demand service application like NetFlix, Amazon Prime, Hulu. Made with Laravel.

Notifications You must be signed in to change notification settings

itsrafsanjani/nxplay

Repository files navigation

NXPlay

NXPlay is an open source streaming entertainment service created with Laravel.

If you like this repo don't forget to give a star! ⭐

📱 Mobile App Github Repository

https://github.com/imamhossain94/nxplay-mobile

💻 Installation Instructions

  • Clone the repo.
cd nxplay

composer install

cp .env.example .env

php artisan key:generate

php artisan jwt:secret

php artisan storage:link
  • Edit .env file with your database, Pusher and other credentials.
  • check .env.example file for details.
php artisan migrate --seed
  • Install and build
npm install && npm run production
  • Run the application
php artisan serve
  • Check http://localhost:8000/

  • Also run these commands in seperate console tab for queues, and schedules to work:

php artisan schedule:work

php artisan queue:work

📷 Screenshots

Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image Image

🚀 Contributing

Thank you for considering contributing to the NXPlay!

🚩 Contribution Guideline

  • Fork the repo.
  • Clone the repo.
  • Run git checkout dev
  • Create a new local branch
  • Work on your local branch
  • When work tested, done or ready, push to remote
  • Merge to dev

🚨 License

The NXPlay is open-sourced software licensed under the MIT license.

About

NXPlay is an open source video on demand service application like NetFlix, Amazon Prime, Hulu. Made with Laravel.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published