ย
Paciflix is a streaming web application that offers a wide variety of movies and TV shows. Enjoy seamless streaming with our user-friendly interface and high-quality content.
User-friendly interface
High-quality streaming
Wide variety of movies and TV shows
Multiple device support
Regular content updates
Multi-language subtitles
Secure and private
ย
https://paciflix.darwinrg.tech/
https://paciflix2.darwinrg.tech/
This version doesn't have a login/signup system
- โญEmbed.su (Video Content)
- โญVidBinge.com (Video Content)
- โญVidlink.pro (Video Content)
ย
- PHP 8 or higher
- Composer
- Mailgun
- MySQL or any other supported database
- Web server (Apache, Nginx, etc.)
- Node.js and npm (for frontend dependencies)
- Git (for version control)
- The Movie Database
- Mailgun (for sending emails)
ย
You can download the repository as a ZIP file and extract it, or you can clone the repository using Git.
- Click the "Code" button on the repository page.
- Select "Download ZIP".
- Extract the ZIP file to your desired location.
- Open a terminal.
- Run the following command to clone the repository:
git clone https://github.com/DarwinRG/Paciflix.git- Navigate to the project directory:
cd Paciflix- Then use this command to open the project in a new window
code .- Open a terminal and navigate to the project directory. Then run the following command to install the composer packages:
composer install- Create the Environment Variables
cp .env.example .env- Generate Application key
php artisan key:generate- Install frontend dependencies using npm
npm installย
To run this project, you will need to configure the following variables to the .env
TMDB_TOKEN
You need to get your TMDB Token at https://www.themoviedb.org/
DB_CONNECTION
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
MAIL_MAILER
MAILGUN_DOMAIN
MAILGUN_SECRET
MAILGUN_ENDPOINT=api.mailgun.net
MAIL_FROM_ADDRESS
MAIL_FROM_NAME=PACIFLIX
ย
After setting up the environment and installing the dependencies, you can run the application with:
php artisan serveThen create a another terminal using this shortcut Ctrl + Shift + ` and create a new node development server using this command
npm run devย
After running the command, the terminal will generate an output
Starting Laravel development server: http://127.0.0.1:8000
You can now visit http://127.0.0.1:8000 to view the application.
If you encounter issues running this version, you can try the public-released version.
It has fewer requirements as some features have been removed, but it still retains the core functionality of the web app.
Github Repository Link: https://github.com/DarwinRG/Paciflix-public
ย
This project is licensed under the Apache License 2.0. See the LICENSE file for details.




