Kitflix- Subscription Based Movie Streaming ScriptKitflix- Subscription Based Movie Streaming Script
“Kitflix” is a subscription based movie streaming script where you can share digital asset, add pages and much more.Kitflix- Subscription Based Movie Streaming Script
“Kitflix” is a subscription based movie streaming script where you can share digital asset, add p...Overview
“Kitflix” is a subscription based movie streaming script where you can share digital asset, add pages and much more. Kitflix is built on top of the Laravel PHP framework. It has also been built in back-end. Be sure to check out the demo to learn more.
Demo
In live preview (demo) use following credentials:
Frontend-kitflix.srxwebdesign.com
Admin Login –
Url : kitflix.srxwebdesign.com/admin
Login Email: [email protected],
Password: password
Features
Backend
· User management
· Role management
· Permissions
· Admin Panel
· Movies
· TV Shows
· Actors
· Subscriptions
· Setting
· 5 Global Payment Gateway
Front End
· Modern design
· Tailwind CSS
Requirements
- PHP >= 8.2
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
Instructions
Installation steps
· unzip the zip file provided
· Run composer install in the directory you unziped
· Save as the .env.example to .env and set your database information (make sure you set APP_URL to http://localhost:8000 if you are running in local environment)
· Run php artisan key:generate to generate the app key
· import database provided in dummy database folder
· Copy the storage file into the file directory
· Run php artisan storage:link
· Run php artisan config:cache
· Enjoy the awesome app using username: [email protected], password: password
Steps for updating the application
1. [Important] Take a backup of database
2. [Important] Take a backup of current codebase except /vendor and node_modules/ folder
3. [Important] Take a backup of /storage folder [which contains all the images and files]
4. Replace the old files with the new files
5. After replacing the files run sudo composer install
6. After composer packages installation, run sudo npm install --unsafe-perm=true --allow-root
7. After node package installation, run sudo composer dump-autoload
8. Next run, sudo php artisan migrate which will update our database with required tables and data for the update
9. Paste the contents of the storage folder which you have backed up in step 3 to the /storage folder in new code
10. After that run following commands:
php artisan storage:link
php artisan cache:clear
php artisan route:clear
php artisan config:clear
php artisan view:clear
Now your application is now up to date!. We recommend you using git for easily updating the code
Other items by this author
Category | Scripts & Code / PHP Scripts / Multimedia / Video |
First release | 10 October 2024 |
Last update | 10 October 2024 |
Software version | PHP 8.2, PHP 8.3 |
Files included | .php, .css, .html, .sql |
Database | MySQL 4.x, MySQL 5.x |
Tags | movie, subscription site, movie streaming script |