Android Studio

To Build your project please use the newest Android Studio Arctic Fox (2020.3.1) at least

Laravel Side

backup your database first via phpmyadmin

backup those folders if you already have some custom images upload

storage\app

Upload the Laravel.zip

Extract the zip and modify your env file with the correct database informations

Cache System

For PHP 8 Users

The cache is only working with php8 and must be the default in your server , you don't need to make changes to your Kernel.php file

Cache is disabled by default to make it active change the value from env RESPONSE_CACHE_ENABLED to true

You can control the cache time by default is 1h to edit this edit the value RESPONSE_CACHE_LIFETIME to your desired value , and need to enter the values in seconds

RESPONSE_CACHE_LIFETIME=3600 = ( 1 Hour )

Database Side

Open your PHPMYADMIN

Select your database and click import

Import both files inside the Upgrade_from_1.5_to_1.6

sql_upgrade_part1.sql

sql_upgrade_part2.sql

on phpmyadmin select your database and click sql and paste this sql lines and click go

ALTER TABLE `anime_videos` ADD COLUMN `header` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `useragent` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `video_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

ALTER TABLE `movie_videos` ADD COLUMN `header` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `video_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `useragent` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

ALTER TABLE `serie_videos` ADD COLUMN `header` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `video_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `useragent` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

ALTER TABLE `users` ADD COLUMN `provider_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `provider_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, ADD COLUMN `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

ALTER TABLE `movies` ADD COLUMN `trailer_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

ALTER TABLE `series` ADD COLUMN `trailer_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

ALTER TABLE `animes` ADD COLUMN `trailer_url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

ALTER TABLE `serie_substitles` ADD COLUMN `zip` tinyint(1) NOT NULL DEFAULT 0

ALTER TABLE `movie_substitles` ADD COLUMN `zip` tinyint(1) NOT NULL DEFAULT 0

ALTER TABLE `anime_substitles` ADD COLUMN `zip` tinyint(1) NOT NULL DEFAULT 0

ALTER TABLE `users` ADD COLUMN `avatar` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL

That all :)

Socials Logins

Follow the steps on the main Documentation

Support

Once again, thank you so much for purchasing this app. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. No guarantees, but I'll do my best to assist. If you have a more general question relating to the apps on CodeCanyon, you might consider visiting the "FAQ / Support" section and asking your question in the "Comments" section at CodeCanyon app detail page.

Skype Support