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
.env
file with yourdatabase
,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
Thank 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.