NXPlay is an open source streaming entertainment service created with Laravel.
If you like this repo don't forget to give a star! ⭐
- Clone the repo.
cd nxplay
composer install
cp .env.example .env
php artisan key:generate
php artisan jwt:secret
php artisan storage:link- Edit
.envfile with yourdatabase,Pusherand other credentials. - check
.env.examplefile 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:workThank you for considering contributing to the NXPlay!
- 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
The NXPlay is open-sourced software licensed under the MIT license.
















