NXPlay is an open source streaming entertainment service created with Laravel.
Don't forget to give a star! ⭐
laravel/ui
laravel/socialite
tymon/jwt-auth
barryvdh/laravel-debugbar
barryvdh/laravel-ide-helper
beyondcode/laravel-query-detector
pusher/pusher-php-server
laravel-notification-channels/pusher-push-notifications
- Clone the repo.
cd nxplay
composer install
cp .env.example .env / php -r "file_exists('.env') || copy('.env.example', '.env');"
php artisan key:generate --ansi
mysql -uroot
create database nxplay;
- edit
.env
file
php artisan migrate --seed
npm install && npm run dev
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
- Push to remote
- When work tested, done or ready, push to remote
- Merge to dev
The NXPlay is open-sourced software licensed under the MIT license.