OpenAI Davinci - AI Writing Assitant and Content Creator as SaaS Documentation

Version 5.0 Last Documentation Update - 02/05/2024

Welcome

Thank you for purchasing OpenAI Davinci - Ultimate AI Writing Assitant and Content Creator as SaaS Laravel Script. We covered almost everything in this document that how easily you can setup this script. We really do appreciate every sale. If you like our work please do not forget to rate it. It helps us in developing new and better cloud solutions.

Author: Berkine
Demo: OpenAI Davinci - Ultimate AI Writing Assitant and Content Creator as SaaS Demo

Requirements

Before installation, your server must have following requirements to run the script properly
  • PHP v8.1
  • PHP Mbstring Extension
  • PHP PDO Extension
  • PHP FileInfo Extension
  • PHP JSON Extension
  • PHP CURL Extension
  • PHP ZipArchive Extension
  • PHP symlink() function
  • PHP shell_exec() function
  • PHP file_get_contents() function
  • Support for MySQL v5.7
  • Apache Server Recommended (nginx configuration and installation up to you, we don't provide support on that)

Text Streaming Setup

After installation, if you don't see text streaming, configure following:
  • 1 - In the php.ini file of your hosting provider, set:
  • 2 - output_buffering = On
  • 3 - or set it as:
  • 4 - output_buffering = 4096
  • 5 - Check both options, whichever works for your hosting, it is the only requirement for text streaming.

Installation Instructions

This is a general installation overview of the script, there is a deep dive section provided for each part in the left menu bar.

Follow the steps as explained, and you should be all set. If you face any challenges with installtion steps, reach out to us for a support.

Setup overview:

  • Step 1: Unzip and upload only the contents of openaidavinci-01.zip to the root directory of your hosting server. Ex: /var/www/html/ or /home/username/public_html or whatever is the root folder of your domain/subdomain. Which will make it reachable as follows: http://yourwebsitename/
  • Step 2a: Warning! Some hosting platform hide files starting with '.' (hidden files), so make sure that in your settings of your cPanel you enable this option.
  • Step 2b: Warning! If your local Windows/Linux/MaxOS environment does not show hidden files, and you are planning to upload the script via FTP, make sure you enable viewing hidden files locally first even before unzipping, otherwise you will not upload all hidden files such as .env/.htaccess to your FTS server simply because your local environment will not see them.
  • Step 3: Everything inside of the public folder is accessible by anyone, so make sure you don't put anything sensitive there.
  • Step 4: After uploading all files and making sure that domain name has proper path set, create Mysql database and proper user in case if you don't already have one, to access this database. You can either create manually via your phpMyAdmin panel or use phpMyAdmin Wizard in your cPanel to create one.
  • Step 5: Now you are ready to run the install script. Type in your browser https://yourwebsitename/install and press Enter.
  • Step 6: This will start the installation process, click Start Intallation button.
  • Step 7: Make sure required php packages are installed and enabled on your server. Click Next to continue.
  • Step 8: Make sure listed folder are publicly accessbile. Click Next to continue.
  • Step 9: For database configuration, enter your newly created database credentials. Server address: localhost and Port: 3306
  • Step 10: On the final step enter your Envato License key for this product and also your Envato Username. In case if you don't know where to get your license, you can check this article.
  • Step 11: If all required php libraries are turned on in your hosting, installation will finish quickly and you are now fully ready to start. The default login name is: admin@example.com and default password is: admin12345. You can change it after loggin in in your profile settings.
  • Step 12: Next step is to include your OpenAI API key in Davinci Configuration page under Admin Panel.
  • Step 13: Next, go to vendor/ffmpeg folder in the root directory of the script.
  • Step 14: Change file permission of ffmpeg to be executable by anyone.

  • Step 15: Important! Make sure that your hosting allows you to run shell_exec() command, it is required to generate multi voice synthesize tasks and for Ai Voiceover feature.
  • Step 16: Make sure to follow the Text Streaming instructions in the section above as some hostings have output_buffering feature turned off in their hosting settings.
  • Step 17: Final step is to configure CRON job correctly, refer to CRON tab on the left side menu of this documentation to find step by step guide on configuring CRON job.

Database Setup in phpMyAdmin

To run admin panel properly and fetch the application useage data and to set the settings you will need to setup MySQL database 5.7.

How to create new Database in phpMyAdmin:

  • Step 1: Login into phpMyAdmin.
  • Step 2: Click on New button to create a new database.
  • Step 3: Provide database name and select utf8_general_ci as collation and click create button.
  • Step 4: Make sure you have database user who can access this newly created database, if not you will need create one with all permissions and set a password
  • Step 5: Also, to avoid any issues with database setup, make sure your newly created database has InnoDB set as storage type
  • Step 6: Return to the Install process and enter your newly created database credentials. If using local server, you can set database host to localhost, and for mysql port use 3306

Upgrade to v5.0 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel. WARNING: update package is 70MB in size, depending on your internet speed it might take some time to download, so don't refresh your screen while update is being downloaded.
  • Step 2: Afterwards type in your browser: your-domain-name/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    GEMINI_API_KEY=
    DAVINCI_SETTINGS_FREE_TIER_GEMINI_PRO_CREDITS=1000
    
  • Step 4: IMPORTANT: Update might clear your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 5: Done.

Upgrade to v4.9.2 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: your-domain-name/admin/update/now.
  • Step 3: Done.

Upgrade to v4.9.1 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Done.

Upgrade to v4.9 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
WARNING!Starting from v4.9 update, the old generic credit system is not valid anymore. Update at your own discretion. Read the steps below to properly update in case if you decide to update.
  • Step 1: Click on the update button in the Admin Panel. Package is around 60MB, so might take time to download based on your internet bandwidth.
  • Step 2: Afterwards type in your browser: your-domain-name/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    ANTHROPIC_API_KEY=
    DAVINCI_SETTINGS_DEFAULT_MODEL_USER_TEMPLATE=gpt-3.5-turbo-0125
    DAVINCI_SETTINGS_FREE_TIER_MODELS='gpt-3.5-turbo-0125'
    DAVINCI_SETTINGS_WRITER_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_WRITER_FEATURE_USER=allow
    DAVINCI_SETTINGS_FREE_TIER_GPT_3_TURBO_CREDITS=1000
    DAVINCI_SETTINGS_FREE_TIER_GPT_4_TURBO_CREDITS=1000
    DAVINCI_SETTINGS_FREE_TIER_GPT_4_CREDITS=1000
    DAVINCI_SETTINGS_FREE_TIER_FINE_TUNE_CREDITS=1000
    DAVINCI_SETTINGS_FREE_TIER_CLAUDE_3_OPUS_CREDITS=1000
    DAVINCI_SETTINGS_FREE_TIER_CLAUDE_3_SONNET_CREDITS=1000
    DAVINCI_SETTINGS_FREE_TIER_CLAUDE_3_HAIKU_CREDITS=1000
    
  • Step 4: IMPORTANT: We never ship main app.css and frontend related files with the auto updates. In v4.9 update we have some important css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: (Optional) There were some minor translation fix in the main frontend file, since we never include frontend files into auto update package, you can manually replace these files if you are still using original landing page of the script. It is localted under resources/views/home.blade.php and app/http/controller/homecontroller.php, simply get them from the main zip file and replace it in your hosting.
  • Step 6: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 7: IMPORTANT As stated above this update complete changes word credits that you were using before, they are not generic anymore for all model types. Going forward you have full control per each current and future AI models, thus you have full control of your cost in your subscription and prepaid plans where you can set each one separately. Check our live demo.
  • Step 8: IMPORTANT To mass assign word credits based on models your current subscribers, we integerated a new tool for that, go to Admin Panel - Finance Management - Subscription Plans - Renew Credit button for each subscription plans allows you to renew credits for each subscriber of that plan.
  • Step 9: Done.

Upgrade to v4.8 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: your-domain-name/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    GENERAL_SETTINGS_SUBSCRIBE_AT_REGISTRATION=disabled
    
  • Step 4: IMPORTANT: We never ship main app.css and frontend related files with the auto updates. In v4.8 update we have some important css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: (Optional) There were some minor translation fix in the main frontend file, since we never include frontend files into auto update package, you can manually replace these files if you are still using original landing page of the script. It is localted under resources/views/home.blade.php and app/http/controller/homecontroller.php, simply get them from the main zip file and replace it in your hosting.
  • Step 6: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 7: Done.

Upgrade to v4.7 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: your-domain-name/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    CLOUDFLARE_R2_ACCESS_KEY_ID=
    CLOUDFLARE_R2_SECRET_ACCESS_KEY=
    CLOUDFLARE_R2_BUCKET=
    CLOUDFLARE_R2_ENDPOINT=
    CLOUDFLARE_R2_URL=
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v4.7 update we have some minor css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v4.6 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel. WARNING: update package is 70MB in size, depending on your internet speed it might take some time to download, so don't refresh your screen while update is being downloaded.
  • Step 2: Afterwards type in your browser: your-domain-name/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    DAVINCI_SETTINGS_BRAND_VOICE_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_FILE_RESULT_DURATION_USER=30
    DAVINCI_SETTINGS_DOCUMENT_RESULT_DURATION_USER=30
    DAVINCI_SETTINGS_FREE_TIER_DALLE_IMAGES=10
    DAVINCI_SETTINGS_FREE_TIER_SD_IMAGES=10
    DAVINCI_SETTINGS_VOICEOVER_ENABLE_AWS_STANDARD=
    DAVINCI_SETTINGS_VOICEOVER_ENABLE_AWS_NEURAL=
    DAVINCI_SETTINGS_VOICEOVER_FREE_TIER_VENDORS=''
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v4.6 update we have some minor css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Under Davinci Settings - General AI Settings - Free Trial Section, you have a new feature called: AI Voiceover Vendors Access, this will allow you to set individual access to TTS vendors, make sure to list them as needed and make sure that enabled TTS vendors in that list are first of enabled in the Davinci Settings with a proper API keys.
  • Step 7: Done.

Upgrade to v4.5.1 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Done.

Upgrade to v4.5 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel. WARNING: update package is 65MB in size, depending on your internet speed it might take some time to download, so don't refresh your screen while update is being downloaded.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    DAVINCI_SETTINGS_CUSTOM_CHATS=anyone
    DAVINCI_SETTINGS_CUSTOM_TEMPLATES=anyone
    DAVINCI_SETTINGS_VOICE_CLONE_LIMIT_FREE_TIER_USER=1
    GENERAL_SETTINGS_THEME=dark
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v4.5 update we have some minor css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v4.4 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    PLAGIARISM_API_TOKEN=
    DAVINCI_SETTINGS_PLAGIARISM_CHECKER_USER=deny
    DAVINCI_SETTINGS_AI_DETECTOR_FEATURE_USER=deny
    DAVINCI_SETTINGS_PLAGIARISM_CHECKER_FREE_TIER_USER=deny
    DAVINCI_SETTINGS_AI_DETECTOR_FREE_TIER_USER=deny
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v4.4 update we have some minor css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v4.3 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 4: Done.

Upgrade to v4.2 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    DAVINCI_SETTINGS_CHAT_FILE_FEATURE_USER=allow
    DAVINCI_SETTINGS_CHAT_FILE_ACCESS_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_CHAT_WORD_FILE_SIZE_USER=10
    DAVINCI_SETTINGS_VIDEO_FREE_TIER_USER=deny
    DAVINCI_SETTINGS_VIDEO_FEATURE_USER=deny
    DAVINCI_SETTINGS_VOICE_CLONE_FEATURE_USER=deny
    DAVINCI_SETTINGS_SOUND_STUDIO_FEATURE_USER=deny
    DAVINCI_SETTINGS_VOICE_CLONE_FREE_TIER_USER=deny
    DAVINCI_SETTINGS_SOUND_STUDIO_FREE_TIER_USER=deny
    DAVINCI_SETTINGS_COST_PER_IMAGE_TO_VIDEO=5
    DAVINCI_SETTINGS_VOICEOVER_MAX_BACKGROUND_AUDIO_SIZE=10
    DAVINCI_SETTINGS_VOICEOVER_MAX_MERGE_FILES=10
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v4.2 update we have important css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v4.1 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: IMPORTANT: We never ship main app.css file with the auto updates. In v4.1 update we have important css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 4: Done.

Upgrade to v4.0 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    DAVINCI_SETTINGS_SMART_EDITOR_FEATURE_USER=allow
    DAVINCI_SETTINGS_SMART_EDITOR_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_REWRITER_FEATURE_USER=allow
    DAVINCI_SETTINGS_REWRITER_FREE_TIER_USER=allow
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v4.0 update we have important css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Clear your browser cache or hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v3.9 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel. WARNING: update package is 65MB in size, depending on your internet speed it might take some time to download, so don't refresh your screen while update is being downloaded.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    STORJ_ACCESS_KEY_ID=
    STORJ_SECRET_ACCESS_KEY=
    STORJ_BUCKET=
    
    DROPBOX_APP_KEY=
    DROPBOX_APP_SECRET=
    DROPBOX_ACCESS_TOKEN=
    
    GOOGLE_STORAGE_BUCKET=berkine
    
    DAVINCI_SETTINGS_DEFAULT_EMBEDDING_MODEL=text-embedding-3-small
    
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 5: Done.

Upgrade to v3.8 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel. WARNING: update package is 65MB in size, depending on your internet speed it might take some time to download, so don't refresh your screen while update is being downloaded.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    DAVINCI_SETTINGS_CHAT_WEB_FEATURE_USER=allow
    DAVINCI_SETTINGS_CHAT_CSV_FEATURE_USER=allow
    DAVINCI_SETTINGS_CHAT_WEB_ACCESS_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_CHAT_CSV_ACCESS_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_CHAT_PDF_FILE_SIZE_USER=10
    DAVINCI_SETTINGS_CHAT_CSV_FILE_SIZE_USER=10
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v3.8 update we have some important css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v3.7 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    SERPER_API_KEY=
    
    DAVINCI_SETTINGS_VISION_FOR_CHAT_FEATURE_USER=allow
    DAVINCI_SETTINGS_CHAT_PDF_FEATURE_USER=allow
    DAVINCI_SETTINGS_CHAT_DEFAULT_VOICE=nova
    DAVINCI_SETTINGS_CHAT_REAL_TIME_DATA=allow
    DAVINCI_SETTINGS_CHAT_PDF_ACCESS_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_CHAT_IMAGE_ACCESS_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_INTERNET_ACCESS_FREE_TIER_USER=allow
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v3.7 update we have some important css styling changes, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: The new Real-Time Internet access requires Serper API key, follow the document on Serper API to get your API key and include it in the Davinci Settings Page - Chat Settings - Serper API field and click Save.
  • Step 7: Done.

Upgrade to v3.6 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    ELEVENLABS_API_KEY=
    DAVINCI_SETTINGS_VOICEOVER_ENABLE_ELEVENLABS=
    DAVINCI_SETTINGS_VISION_ACCESS_FREE_TIER_USER=allow
    DAVINCI_SETTINGS_WIZARD_ACCESS_FREE_TIER_USER=allow
    
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 5: Done.

Upgrade to v3.5 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    DAVINCI_SETTINGS_VISION_FEATURE_USER=allow
    DAVINCI_SETTINGS_CHAT_IMAGE_FEATURE_USER=allow
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v3.5 update we have important css styling changes for AI Article Wizard, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v3.4.1 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.

    DAVINCI_SETTINGS_WIZARD_IMAGE_VENDOR=dall-e-3
    
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 5: Done.

Upgrade to v3.4 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain where you installed the script and enter this line at the bottom of the list and click save.
    DAVINCI_SETTINGS_WIZARD_FEATURE_USER=allow
    
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v3.4 update we have important css styling changes for AI Article Wizard, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: Done.

Upgrade to v3.3 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 3: IMPORTANT: We never ship main app.css file with the auto updates. In v3.3 update we have important css styling changes for AI Image, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 4: Done.

Upgrade to v3.2 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now. Warning: update package is 65MB in size, depending on your internet speed it might take some time to download.
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this line at the bottom of the list and click save.
    DAVINCI_SETTINGS_VOICEOVER_ENABLE_OPENAI_STANDARD=
    DAVINCI_SETTINGS_VOICEOVER_ENABLE_OPENAI_NEURAL=
    
  • Step 4: IMPORTANT: In your existing subscription plans, edit them to set AI Image engines as needed, you can now set individual engines for both OpenAI and Stable Diffusion there, otherwise you will not see Image Resolutions at AI Image page.
  • Step 5: Update contains new voices, due to its size, new voice samples are not included in the auto update package. Download from here and extract it in the /public/voices/ folder of your root directory of your domain.
  • Step 6: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 7: Done.

Upgrade to v3.1 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&test.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this line at the bottom of the list and click save.
    DAVINCI_SETTINGS_IMAGE_DALLE_ENGINE=dall-e-2
    
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 5: Done.

Upgrade to v3.0 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&text.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: youdomainname/admin/update/now
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 4: Done.

Upgrade to v2.9 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&text.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: domainname/admin/update/now
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v2.9 update we have important styling changes for AI Chat, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: Done.

Upgrade to v2.8 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a development environment first before deploying to the production. Your license does allow you to install on a locahost/subdomain for dev&text.
  • Step 1: Click on the update button in the Admin Panel. It is around 67MB, depending on your internet connection, might take a bit more time than in previous versions to download and process the package.
  • Step 2: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this lines at the bottom of the list and click save.
    DAVINCI_SETTINGS_PERSONAL_OPENAI_API_KEY=deny
    DAVINCI_SETTINGS_PERSONAL_SD_API_KEY=deny
    
    IYZICO_ENABLED=
    IYZICO_SUBSCRIPTION_ENABLED=
    IYZICO_API_KEY=
    IYZICO_SECRET_KEY=
    IYZICO_SANDBOX=true
    
    FRONTEND_SOCIAL_YOUTUBE=https://youtube.com/
    
  • Step 3: Afterwards type in your browser: Yourdomainname/admin/update/now it will migrate new DB tables and seeders
  • Step 4: For Frontend - there were some changes to the frontend, if you want to update the frontend as well download the latest version from here and simply extract it in the root directory of your domain and afterwards clear your browser cache and application cache.
  • Step 5: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 6: IMPORTANT: We never ship app.css file with the auto updates. If you haven't updated the frontend files (which already contains compiled css file), then in v2.8 update we had some css styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 7: For Stripe: for those who are using stripe payment gateway, go to resources/views/components and simply delete stripe-collapse.blade.php file.
  • Step 8: Done.

Upgrade to v2.7 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&text.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: domainname/admin/update/now
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 4: IMPORTANT: We never ship main app.css file with the auto updates. In v2.7 update we have some styling changes for AI Image, either recompile all sass files or download the public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder of your domain. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: Done.

Upgrade to v2.6 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a development environment first before deploying to the production. Your license does allow you to install on a locahost/subdomain for dev&text.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: Yourdomainname/admin/update/now
  • Step 3: IMPORTANT: We never ship frontend files and css files as many people have customized frontend as they need. If you want to apply new frontend that comes with v2.6, follow steps 4 and 5
  • Step 4: Download the main zip file from codecanyon
  • Step 5: Extract frontend-v2.6.zip file at the root directory of your domain/subdomain.
  • Step 6: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 7: Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 8: Done.

Upgrade to v2.5 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a development environment first before deploying to the production. Your license does allow you to install on a locahost/subdomain for dev&text.
  • Step 1: Click on the update button in the Admin Panel. It is around 60MB, depending on your internet connection, might take a bit more time than in previous versions to download and process the package.
  • Step 2: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this lines at the bottom of the list and click save.
    PADDLE_ENABLED=
    PADDLE_SUBSCRIPTION_ENABLED=
    PADDLE_VENDOR_ID=
    PADDLE_VENDOR_AUTH_CODE=
    PADDLE_SANDBOX=true
    
    YOOKASSA_ENABLED=
    YOOKASSA_SUBSCRIPTION_ENABLED=
    YOOKASSA_SHOP_ID=
    YOOKASSA_SECRET_KEY=
    YOOKASSA_HTTP_URI=
    
  • Step 3: Afterwards type in your browser: Yourdomainname/admin/update/now
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 5: IMPORTANT: We never ship app.css file with the auto updates. In v2.5 update we had some minor css styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 6: Done.

Upgrade to v2.4 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&text.
  • Step 1: Click on the update button in the Admin Panel. It is around 60MB, depending on your internet connection, might take a bit more time than in previous versions to download and process the package.
  • Step 2: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this lines at the bottom of the list and click save.
    DAVINCI_SETTINGS_TEAM_MEMBERS_FEATURE=enable
    DAVINCI_SETTINGS_TEAM_MEMBERS_QUANTITY=2
    
    MIDTRANS_ENABLED=
    MIDTRANS_SERVER_KEY=
    MIDTRANS_CLIENT_KEY=
    MIDTRANS_MERCHANT_ID=
    MIDTRANS_PRODUCTION=
    
    FLUTTERWAVE_ENABLED=
    FLUTTERWAVE_SUBSCRIPTION_ENABLED=
    FLUTTERWAVE_PUBLIC_KEY=
    FLUTTERWAVE_SECRET_KEY=
    FLUTTERWAVE_ENCRYPTION_KEY=
    FLUTTERWAVE_WEBHOOK_URL=https://YOURDOMAINNAME/webhooks/flutterwave
    FLUTTERWAVE_SECRET_HASH=
    
  • Step 3: Afterwards type in your browser: domainname/update/now
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings. Make sure you turn on again your payment gateways that you were using before saving.
  • Step 5: Done.

Upgrade to v2.3 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!Always test on a localhost installation first before deploying to the production. Your license does allow you to install on a locahost for dev&text.
  • Step 1: Click on the update button in the Admin Panel. It is around 60MB, depending on your internet connection, might take a bit more time than in previous versions to download and process the package.
  • Step 2: Afterwards type in your browser: domainname/update/now
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings
  • Step 4: IMPORTANT: We never ship app.css file with the auto updates. In v2.3 update we have some styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: Done.

Upgrade to v2.2 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this lines at the bottom of the list and click save.
    DAVINCI_SETTINGS_SD_KEY_USAGE=main
    DAVINCI_SETTINGS_OPENAI_KEY_USAGE=main
    GENERAL_SETTINGS_LIVE_CHAT=
    GENERAL_SETTINGS_LIVE_CHAT_LINK=
    
  • Step 3: Afterwards type in your browser: domainname/update/now
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings
  • Step 5: IMPORTANT: We never ship app.css file with the auto updates. In v2.2 update we have some minor styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 6: Done.

Upgrade to v2.1 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: domainname/update/now
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings
  • Step 4: IMPORTANT: We never ship app.css file with the auto updates. In v2.1 update we have some major styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: Done.

Upgrade to v2.0 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this lines at the bottom of the list and click save.
    DAVINCI_SETTINGS_IMAGE_SERVICE_VENDOR=openai
    DAVINCI_SETTINGS_IMAGE_STABLE_DIFFUSION_ENGINE=stable-diffusion-768-v2-1
    STABLE_DIFFUSION_API_KEY=
    
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings just in case to avoid any issues
  • Step 4: IMPORTANT: We never ship app.css file with the auto updates. In v2.0 update we have important styling changes, either recompile all sass files or download the public/app.css from the new codecanyon main zip file (make sure to redownload the latest version), and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: Done.

Upgrade to v1.9 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings just in case to avoid any issues
  • Step 3: IMPORTANT: We never ship app.css file with the auto updates. In v1.9 update we have important styling changes, either recompile all sass files or download the public/app.css from the new codecanyon main zip file (make sure to redownload the latest version), and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 4: Done.

Upgrade to v1.8 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this lines at the bottom of the list and click save.
    DAVINCI_SETTINGS_CHATS_ACCESS_USER=all
    
  • Step 3: Afterwards type in your browser: domainname/update/now
  • Step 4: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance Settings pages and click Save button to cache your settings
  • Step 5: IMPORTANT: We never ship app.css file with the auto updates. In v1.8 update we have some minor styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 6: Done.

Upgrade to v1.7 - update process:

  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Afterwards type in your browser: domainname/update/now
  • Step 3: IMPORTANT: Update clears your cache, make sure to go to Davinci Settings and Finance settings pages and click Save button to cache your settings
  • Step 4: IMPORTANT: We never ship app.css file with the auto updates. In v1.7 update we have some minor styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 5: Done.

Upgrade to v1.6 - update process:

  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: IMPORTANT: We never ship app.css file with the auto updates. In v1.6 update we have some minor styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 3: Done.

Upgrade to v1.5 - update process:

IMPORTANT!Always backup all your files AND your database before any updates.
IMPORTANT!This update has manual tasks to follow, make sure you don't skip any of steps listed below.
  • Step 1: Click on the Update Button in the Admin Panel it will download updated and new controller files, views and database updates related to v1.5 update.
  • Step 2: In your browser type: YOUDOMAINNAME/update/now - it will add new migrations and seeders
  • Step 3: Add new keys manually to the .env, go to the .env file in the root directory of your domain and enter this lines at the bottom of the list and click save.
    DAVINCI_SETTINGS_WHISPER_FREE_TIER_WELCOME_MINUTES=100
    DAVINCI_SETTINGS_WHISPER_MAX_AUDIO_SIZE=25
    DAVINCI_SETTINGS_WHISPER_DEFAULT_STORAGE=local
    DAVINCI_SETTINGS_WHISPER_DEFAULT_DURATION=0
    
    DAVINCI_SETTINGS_VOICEOVER_ENABLE_AZURE=st
    DAVINCI_SETTINGS_VOICEOVER_ENABLE_GCP=
    DAVINCI_SETTINGS_VOICEOVER_DEFAULT_LANGUAGE=en-US
    DAVINCI_SETTINGS_VOICEOVER_DEFAULT_VOICE=en-US-Wavenet-J
    DAVINCI_SETTINGS_VOICEOVER_SSML_EFFECT=enable
    DAVINCI_SETTINGS_VOICEOVER_MAX_CHAR_LIMIT=5000
    DAVINCI_SETTINGS_VOICEOVER_MAX_VOICE_LIMIT=5
    DAVINCI_SETTINGS_VOICEOVER_DEFAULT_STORAGE=local
    DAVINCI_SETTINGS_VOICEOVER_DEFAULT_DURATION=0
    DAVINCI_SETTINGS_VOICEOVER_FREE_TIER_WELCOME_CHARS=1000
    DAVINCI_SETTINGS_WINDOWS_FFMPEG_PATH=
    
    DAVINCI_SETTINGS_VOICEOVER_FEATURE_USER=allow
    DAVINCI_SETTINGS_WHISPER_FEATURE_USER=allow
    
    AZURE_SUBSCRIPTION_KEY=
    AZURE_DEFAULT_REGION=
    
    GOOGLE_APPLICATION_CREDENTIALS=
    
  • Step 4: Download this zip DOWNLOAD LINK - and unzip it in the root directory of your domain. It will replace your vendor folder and some other files relevant for the update.
  • Step 5: After unzip is completed, go to vendor/ffmpeg folder in the root directory of the script.
  • Step 6: Change file permission of ffmpeg to be executable by anyone.

  • Step 7: Important! Make sure that your hosting allows you to run shell_exec() command, it is required to generate multi voice synthesize tasks and for sound studio.
  • Step 8: Afterwards, go to Admin Panel - General Settings - Clear Cache - and clear your cache there. Also hard refresh your browser by preassing CTRL + F5 to make sure new JS files take effect and get cached in your browser.
  • Step 9: IMPORTANT: As all caches will be cleared, go to Davinci Settings and Finance Settings pages and click save just in case, this will make sure that your setings are cached again in your hosting
  • Step 10: IMPORTANT: We never ship the main - app.css file with the auto updates as it might overwrite your styling changes. In v1.5 update we have some new styling changes, either recompile all sass files again or download the new public/css/app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder in your hosting. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 11: Done.

Upgrade to v1.4 - update process:

  • Step 1: Click on the update button in the Admin Panel it will download the main files and database updates.
  • Step 2: Add new keys manually to the .env, go to the .env file in the root directory and enter this lines at the bottom of the list.
    AWS_ACCESS_KEY_ID=
    AWS_SECRET_ACCESS_KEY=
    AWS_DEFAULT_REGION=
    AWS_BUCKET=
    
    WASABI_ACCESS_KEY_ID=
    WASABI_SECRET_ACCESS_KEY=
    WASABI_DEFAULT_REGION=
    WASABI_BUCKET=
    
    DAVINCI_SETTINGS_CODE_FEATURE_USER=allow
    
    DAVINCI_SETTINGS_CHAT_FEATURE_USER=deny
    
    DAVINCI_SETTINGS_DEFAULT_STORAGE=local
    
    DAVINCI_SETTINGS_DEFAULT_DURATION=0
    
    DECIMAL_POINTS=deny
    
  • Step 3: Afterwards, go to Admin Panel - General Settings - Clear Cache - and clear your cache there.
  • Step 4: IMPORTANT: As all caches will be cleared, it does make sense to go to Davinci Settings and Finance Settings pages and just click save, to make sure your setings are cached in your hosting
  • Step 5: IMPORTANT: We never ship app.css file with the auto updates. In v1.4 update we have some new styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 6: Done.

Upgrade to v1.3 - update process:

  • Step 1: Click on the update button in the Admin Panel.
  • Step 2: Type: domainname/update/now
  • Step 2: IMPORTANT: As all caches will be cleared, it might make sense to go to Davinci Settings and Finance Settings pages and just click save, to make sure your setings are cached in your hosting
  • Step 3: IMPORTANT: We never ship app.css file with the auto updates. In v1.3 update we have some new styling changes, either recompile all sass files or download the app.css from the new codecanyon main zip file, and replace it with the one at public/css/ folder. Hard refresh your browser afterwards by pressing Ctrl+F5
  • Step 4: Done.

Upgrade from v1.1 to 1.2 - If you are already running v1.1 version and face issues after upgrading do following:

1 - Login as admin

2 - Go to Admin - General Settings - Upgrade and click Upgrade button

******3 - Only for the ones who updated before 12pm GTM time:

******3.1 - Download this routes-v7.php file from: Download File

******3.2 - Replace the one at boostrap cache directory

4 - Type: domainname/admin/clear - does not return anything (whitescreen), but clears your cache behind the scense

5 - Go to Davinci Settings and click Save button (to cache your settings in the script)

6 - Go to Finance Settings and click Save button (to cache your settings in the script)

7 - Hard refresh your browser by pressing CTRL + F5

Stable Diffusion Account Creation

How to Get Stable Diffusion API Key:

  • Step 1: Follow these instructions from stability.ai's official documentation Create Stable Diffusion API Key
  • Step 2: Copy your newly created DreamStudio API key.
  • Step 3: Go to Admin Panel, Davinci Management -> Davinci Settings, and enter your Stable Diffusion API Key and click save.

Openai Account Creation

How to Create OpenAI Account:

  • Step 1: Go to the OpenAI home page
  • Step 2: Create new account and afterwards sigin into your OpenAI account
  • Step 3: After you are logged in, at top right corner click on Personal tab and there select View API Keys.
  • Step 4: And in the API page, click on Create new secret key botton.
  • Step 5: Copy your newly created openai API key.
  • Step 6: Go to Admin Panel, Davinci Management -> Davinci Settings, and enter your OpenAI API Key and click save.

Google Gemini Account Creation

WARNING: Google Gemini is not available in every country yet, especially in Europe, none of the EU countries are supported for now. Use VPN or alternate ways. You can check the support countries here

How to get Gemini API Key:

  • Step 1: Go to the Google AI Studio page and register
  • Step 2: After you are logged in, on the left menu panel click on Get API key and click on Create API Key button.
  • Step 3: Copy your newly created Gemini API key.
  • Step 4: Go to Admin Panel, Davinci Management -> AI Vendor API Keys tab, and enter your Gemini API Key and click save button.
  • Step 5: Done.

Serper Account Creation for Internet Real Time data access

How to Get Serper API Key:

  • Step 1: Register at Serper Website
  • Step 2: After registration go to API Key page on the side menu panel
  • Step 3: Copy your Serper API key and go to Admin Panel -> Davinci Management -> Davinci Settings, and enter your Serper API Key in the Serper API Key field in the Chat Settings panel and click save.

Plagiarism Check API creation for AI Plagiarm Check and AI Detector features (Both are Extension features)

How to Get Plagiarismcheck API Key:

  • Step 1: Register at Plagiarmcheck.org
  • Step 2: After registration at the home page scroll to the footer and click on API Documentation link
  • Step 3: Afterwards select Single User mode
  • Step 4: Click on the Get API Token button, it will show a small popup panel with your API key, copy it
  • Step 5: Go to admin panel - davinci settings - AI Vendor API Keys tab and enter your Plagiarism API key and click save

Azure Account Creation

Getting started with Microsoft Azure.

How to Create Microsoft Azure Account:

  • Step 1: Go to the Azure home page.
  • Step 2: Create new account and afterwards sigin into your Azure Portal under your Profile on the top right corner.
  • Step 3: Click on Create a resource.
  • Step 4: Search for keyword: speech and select the first Speech service from Azure.
  • Step 5: Afterwards, click Create button.
  • Step 6: Fill in the required information.
    • Name: Any string to identify this resource
    • Subscription: Free Trial (default)
    • Location: select Azure region as you prefer. Warning! Not every language/voice is available in all Azure regions, we strongly recommend to consider either US East or West Europe regions.
    • Pricing Tier: Free F0 is good for starting only, it has limitation in concurrency, refer to Azure Documentations to get exact numbers. Standard S0 will start billing.
    • Resrouce Group: Any string to group your resources.
  • Step 7: Almost there, on this the next page click on Click here to manage keys.
  • Step 8: Copy one of the keys.
  • Step 9: These keys are used to access your Azure TTS Service API. Do not share your keys. Store them securely– for example, using Azure Key Vault. We also recommend regenerating these keys regularly. Only one key is necessary to make an API call. When regenerating the first key, you can use the second key for continued access to the service.
  • Step 10: Go to Admin Panel, Davinci Management -> Davinci Settings, and enter API Key for Azure, make sure you select proper Azure Region as shown in the previous step with your key.

GCP Account Creation

Getting started with Google Cloud.
Note: When you open a Google Cloud account, they provide you 300$ of credit that is valid for 2 months.

How to Configure GCP for Text to Speech:

  • Step 1: Go to the Google Cloud home page.
  • Step 2: Click on the New Project button on the top left corner, and provide project name.


  • Step 3: Afterwards search for Text to Speech keyword, and select Cloud Text to Speech API from the list.

  • Step 4: Enable Cloud Text to Speech API.

  • Step 5: Go to API & Services -> Credentials.

  • Step 6: Click on + Create Credentials and select Service account from the list.

  • Step 7: Provide Service account name and Service account description.

  • Step 8: Click on your newly created Service account name.

  • Step 9: Under Keys tab, select Add Key -> Create new key.

  • Step 10: Select JSON as key type. Click Create, it will store in on your desktop.


  • Step 11: Warning! Make sure you store this json file outside of your public folder, it must be stored in a secure place accessible only to you on your hosting server.
  • Step 12: Include the path for the json in Admin Panel, under Davinci Settings. JSON file must be stored outside of your Public folder. Show full path for the JSON file including JSON filename. Here is an example for cPanel:

Elevenlabs Account Creation

Getting started with ElevenLabs account.
Note: When you open a Elevenlabs account, they provide you 10,000 characters per month for free.

How to Configure GCP for Text to Speech:

  • Step 1: Go to the Elevenlabs home page.
  • Step 2: Register yourself via email or via your social media account.
  • Step 3: Go to your Profile at the top right corner.
  • Step 4: Copy your API key.
  • Step 6: Include your API key at ElevenLabs API field in the Admin Panel, under Davinci Settings and enable it, afterwards click save.

AWS Account Creation

Getting started with AWS. If you already have AWS Account, skip to next section.

How to Create AWS Account:

  • Step 1: Open the Amazon Web Services home page.
  • Step 2: Choose Create an AWS Account.
    Note: If you signed in to AWS recently, choose Sign in to the Console. If Create a new AWS account isn't visible, first choose Sign in to a different account, and then choose Create a new AWS account.
  • Step 3: Enter your account information, and then choose Continue. Be sure that you enter your account information correctly, especially your email address. If you enter your email address incorrectly, you can't access your account.
  • Step 4: Choose Personal or Professional.
    Note: Personal accounts and professional accounts have the same features and functions.
  • Step 5: Enter your company or personal information.
    Important: For professional AWS accounts, it's a best practice to enter the company phone number rather than a personal cell phone. Configuring a root account with an individual email address or a personal phone number can make your account insecure.
  • Step 6: Read and accept the AWS Customer Agreement.
    Note: Be sure that you read and understand the terms of the AWS Customer Agreement.
  • Step 7: Choose Create Account and Continue.
  • Step 8: On the Payment Information page, enter the information about your payment method, and then choose Verify and Add.
    Note: If you want to use a different billing address for your AWS billing information, choose Use a new address before you choose Verify and Add
    Important: You can't proceed with the sign-up process until you add a valid payment method.
  • Step 9: Verify your phone number. Enter a phone number where you can be reached in the next few minutes.
  • Step 10: In a few moments, an automated system contacts you.
  • Step 11: Enter the PIN you receive, and then choose Continue.
  • Step 12: On the Select a Support Plan page, choose one of the available Support plans. For a description of the available Support plans and their benefits, see Compare AWS Support plans.
  • Step 13: After you choose a Support plan, a confirmation page indicates that your account is being activated. Accounts are usually activated within a few minutes, but the process might take up to 24 hours.
  • Step 14: You can sign in to your AWS account during this time. The AWS home page might display a Complete Sign Up button during this time, even if you've completed all the steps in the sign-up process.
  • Step 14: When your account is fully activated, you receive a confirmation email. Check your email and spam folder for the confirmation email. After you receive this email, you have full access to all AWS services.
po

AWS IAM User Creation

You will need IAM user with programmatic access and with S3 Read & Write Policies attached.

Creating AWS IAM Users (via AWS Console):

  • Step 1: Sign in to the AWS Management Console and open the IAM console at https://console.aws.amazon.com/iam/.
  • Step 2: In the navigation pane, choose Users and then choose Add user.
  • Step 3: Type the user name for the new user. This is the sign-in name for AWS.
    Note: User names can be a combination of up to 64 letters, digits, and these characters: plus (+), equal (=), comma (,), period (.), at sign (@), and hyphen (-). Names must be unique within an account.
  • Step 4: Select the type of access this set of users will have. Select programmatic access.
  • Step 5: Choose Next: Permissions.
  • Step 6: On the Set permissions page, specify how you want to assign permissions to this set of new users. Choose Attach existing policies to user directly
  • Step 7: Seach for AmazonS3FullAccess, choose it and afterwards select click Next: Review
    Note: If you are familar with IAM Policies, you can create custom policy that will match your needs and security requirements.
  • Step 8: To view the users' access keys (access key IDs and secret access keys), choose Show next to each password and access key that you want to see. To save the access keys, choose Download .csv and then save the file to a safe location.
    Important: This is your only opportunity to view or download the secret access keys, and you must provide this information to your users before they can use the AWS API. Save the user's new access key ID and secret access key in a safe and secure place. You will not have access to the secret keys again after this step.
  • Step 9: Include your Access Key and Secret Access Key to the AWS Credentials Settings tab in the admin panel as shown below.

Under Admin -> Studio Management -> Voiceover Studio Settings and Transcribe Studio Settings (in case if you are using Speech to Text feature of AWS) -> AWS, include your Access and Secret Access Keys:

AWS Credentials

Amazon S3 Bucket Creation

You will need an S3 Bucket with public read & write access in the region that you prefer.

A bucket is owned by the AWS account that created it. By default, you can create up to 100 buckets in each of your AWS accounts. If you need additional buckets, you can increase your account bucket limit to a maximum of 1,000 buckets by submitting a service limit increase. For information about how to increase your bucket limit, see AWS Service Limits


Create an S3 bucket:

  • Step 1: Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/.
  • Step 2: Choose Create bucket.
  • Step 3: Enter Bucket Name and Select AWS Region where you would like to store your files and click Next. Note: Bucket name must be unique at a global level.
  • Step 4: In the Set Permissions step, you need to turn off all 4 options if you want to make your S3 bucket completely public.
  • Step 5: Review rest of the settings, or you can leave them as they are and click Create Bucket.
  • Step 6: Include your Bucket Name and Select your AWS Region in the AWS Credentials Settings tab in the admin panel as shown below.

Under Admin -> Studio Management -> Voiceover Studio Settings and Transcribe Studio Settings (in case if you are using Speech to Text feature of AWS) -> AWS, include your S3 Bucket Name and select your AWS Region where bucket is hosted:

AWS Credentials

Amazon S3 Bucket Configuration

After successfully creating a bucket, add these addtional features for your S3 bucket.

Check these 4 steps:

  • Step 1: Make sure your Permissions -> Block Public Access looks at least like this and has all 4 options turned off.
  • Step 2: Add CORS settings as shown below in the Permissions -> Cross-origin resource sharing (CORS) Configuration section and click Save.

    Copy paste these CORS settings to your bucket:

    [
        {
            "AllowedHeaders": [
                "*"
            ],
            "AllowedMethods": [
                "POST",
                "PUT",
                "GET",
                "HEAD",
                "DELETE"
            ],
            "AllowedOrigins": [
                "*"
            ],
            "ExposeHeaders": [
                "ETag"
            ],
            "MaxAgeSeconds": 30000
        }
    ]
    
  • Step 3: Go to your newly created S3 Bucket click on Permissions -> Object Ownership and click Edit.
  • Step 4: Select ACLs enabled and Object writer and click Save Changes.

Configure Wasabi Storage

Getting started with Wasabi Storage.
Apart from Local Server Storage, and Amazon S3 bucket, you can also use Wasabi Storage as your default storage for results.
WARNING! WASABI DOES NOT ALLOW CREATION OF PUBLIC BUCKETS ANYMORE, IF YOU DON'T HAVE A PRIOR WASABI ACCOUNT WITH PUBLIC BUCKETS, YOU CANNOT USE WASABI CLOUD STORAGE ANYMORE.

How to Configure Wasabi Storage:

  • Step 1: Login to your Wasabi Account, select Buckets under Data Access menu panel and click Create Bukcet


    .
  • Step 2: Prorive a unique Bucket Name and select your Region and click Create Bucket. Make a note of both them, you will be including them into the script at the last step.


  • Step 3: After the bucket is created, select your bucket from the list and under Actions tab, click on Settings.


  • Step 4: In the Settings page, make sure you Enable Public Access for this bucket.


  • Step 5: Now when you are done creating and configuring your Wasabi Bucket, you will need to create Access Keys to be able to use your Wasabi Account.
  • Step 6: Go to Access Keys under Data Access menu panel and click on Create New Access Key.


  • Step 7: Click Create button and download or copy your keys immediate as you get to see your Secret Access key only once.


  • Step 6: Enter your Wasabi Access Keys, Wasabi Bucket and Wasabi Bucket Region in the Admin Panel of the script.


Configure CloudFlare R2 Storage

Getting started with CloudFlare R2 Storage.
Apart from Local Server Storage, you can also use CloudFlare R2 cloud storage as your default storage for AI Images, AI Voiceover and AI Speech to Text results.

How to Configure CloudFlare R2 Storage:

  • Step 1: Register and Login to your CloudFlare Account
  • Step 1: Select CloudFlare R2 from the side menu and click Create Bucket button.


    .
  • Step 2: Specify bucket name as needed and click Create Bucket.


  • Step 3: After your bucket is created, click on the Manage R2 API Tonek link.


  • Step 4: It will redirect you to your API Tokens page and click on Create API Token button.


  • Step 5: Provide Token name as needed, in Permission section select Object Read & Write and specify if you want this token to be valid of a specific bucket or all your buckets afterwards click on Create API Token button.


  • Step 6: In the next page copy your Access Keys ID, Secret Access Key and your Endpoint URL and click finish button.


  • Step 7: Final step: Go to your Davincit Settings - Vendor API page and include your CloudFlare R2 Access Key, Secret Access Key, Endpoint URL and Bucket name and click save.
  • Step 6: Done.

Paypal Setup

For accepting payments both for Monthly Subscriptions and for Prepaid options you can use Paypal.

You will need to include your stripe credentials under Admin -> Finance Management -> Payment Settings -> Paypal. Include all your Paypal Credentials, and don't forget to active the Paypal checkbox(es):
  • PayPal Client ID
  • PayPal Client Secret
  • Domain Name for Paypal Webhook URI
  • Paypal Webhook ID

Include required data and click Save button:






How to get Paypal Client ID and Paypal Client Secret:

  1. Login into your dashboard at developer.paypal.com
  2. On the left menu bar, select Dashboard -> My Apps & Credentials -> Create New App
  3. Provide desired app name and click create
  4. Paypal will provide you Client ID and Client Secret for your newly created app as shown in the demo image below, in your script store them under Management -> Payment Settings -> Paypal Client ID and Client Secret fields.



Create Paypal Webhook with select events:

  • On the same page as expained above, under Dashboard -> My Apps & Credentials, select your newly created app, and scroll to the bottom of the page and you reach "Sandbox Webhooks", click "Add Webhook"


  • Include your domain name followed by /webhooks/paypal
  • Ex: https://www.domainname.com/webhooks/paypal
  • Important! Make sure you have the same path included for Paypal Webhook URI under Finance Management -> Payment Settings -> Paypal
  • Select following webhook events for subscriptions and click save:
    • BILLING.SUBSCRIPTION.CANCELLED
    • BILLING.SUBSCRIPTION.SUSPENDED
    • BILLING.SUBSCRIPTION.PAYMENT.FAILED
    • BILLING.SUBSCRIPTION.EXPIRED
    • PAYMENT.SALE.REFUNDED
    • PAYMENT.SALE.REVERSED
    • PAYMENT.SALE.COMPLETED


  • Save the Webhook ID under Finance Management -> Payment Settings -> Paypal -> Paypal Webhook ID



Stripe Setup

For accepting payments both for Monthly Subscriptions and for Prepaid options you can also use Stripe.

You will need to include your stripe credentials under Admin -> Finance Management -> Payment Settings -> Stripe. Include all your Stripe Credentials, and don't forget to active the Stripe checkbox(es):
  • Stripe Key
  • Stripe Secret Key
  • Domain Name for Stripe Webhook URI
  • Stripe Webhook Secret

Include required data and click Save button:






How to get Stripe API Key and Stripe Secret Key:

  1. Login into your dashboard at dashboard.stripe.com
  2. On the left menu bar, select Developers -> API Keys -> You will see your Publishable Key (API Key) and Secret Key
  3. Copy and paste them under Finance Management -> Payment Settings -> Stripe

Create Stripe Webhook with select events:

  1. Login into your dashboard at dashboard.stripe.com
  2. On the left menu bar, select Developers -> Webhooks -> Add Endpoint
  3. Create a Webhook in your Stripe Developer Account
  4. Include your domain name followed by /webhooks/stripe
  5. Ex: https://www.domainname.com/webhooks/stripe
  6. And add following two events:
    1. invoice.payment_failed
    2. customer.subscription.deleted
    3. invoice.paid


  7. After your webhook is created, copy Webhook URL and Webhook Secret to Admin -> Finance Management -> Payment Settings -> Stripe to the respective fields.


Yookassa Setup

For accepting payments both for Monthly Subscriptions and for Prepaid options you can also use Yookassa payment gateway.

You will need to include your Yookassa credentials under Admin -> Finance Management -> Payment Settings -> Yookassa. Include all your Yookassa Credentials, and don't forget to active the Yookassa checkbox(es):
  • YOOKASSA SHOP ID
  • YOOKASSA SECRET KEY
  • YOOKASSA HTTP URI

How to get Yookassa keys:

  1. Login into your dashboard at yookassa.ru/developers
  2. As shown in the image below get your Shop ID and Secret Key


  3. To include your HTTP URI follow the exact formatting as shown in the image below and enable all notifications, make sure to change YOURDOMIANNAME with your actual domain name where the script is installed and click save.
  4. https://YOURDOMAINNAME/webhooks/yookassa


  5. Include all this information to Admin -> Finance Management -> Payment Settings -> Yookassa section.

Razorpay Setup

For accepting payments both for Monthly Subscriptions and for Prepaid options you can also use Razorpay payment gateway.

You will need to include your Razorpay credentials under Admin -> Finance Management -> Payment Settings -> Razorpay. Include all your Razorpay Credentials, and don't forget to active the Razorpay checkbox(es):
  • RAZORPAY_KEY_ID
  • RAZORPAY_KEY_SECRET
  • RAZORPAY_WEBHOOK_SECRET
  • RAZORPAY_BASE_URI=https://api.razorpay.com
  • RAZORPAY_WEBHOOK_URI=https://YOURDOMAINNAME/webhooks/razorpay

How to get Razorpay webhook:

  1. Login into your Razorpay account Razorpay.com
  2. Get your API keys under Account&Settings -> API Keys
  3. For setting up your webhook click Account&Settings -> webhooks


  4. Afterwards click on Add New Webhook button as shown in the image below.


  5. Include your webhooks url, it must be in the folling format: https://YOURDOMAINNAME/webhooks/razorpay change YOURDOMAINNAME with your actual domain.
  6. Create a Webhook secret key, you will be needed in for the Payment Settings page of the script
  7. Include the 2 subscription events as shown in the image below and click on Create Webhook button


  8. Include all this information to Admin -> Finance Management -> Payment Settings -> Razorpay section.

Paddle Setup

PADDLE CLASSIC account is required. After August 8th 2023, Paddle Introduced Paddle Billing accounts, which have completely different APIs and payment processing mechanism. If you have opened a Paddle account after that date then you have opened Paddle Billing account which is set as default for new paddle accounts. If you want to use paddle, make sure to reach out to Paddle Support Team and request your account to be converted to Paddle Classic account first.

We currently do not support Paddle Billing accounts due total differences between APIs in both account types. We are not sure why Paddle did not make backwards compatible their new APIs with the previous ones.

For accepting payments both for Monthly Subscriptions and for Prepaid options you can also use Paddle payment gateway.

You will need to include your Paddle credentials under Admin -> Finance Management -> Payment Settings -> Paddle. Include all your Paddle Credentials, and don't forget to active the Paddle checkbox(es):
  • PADDLE_VENDOR_ID
  • PADDLE_VENDOR_AUTH_CODE

How to get Paddle APIs, Webhooks and Plan ID:

  1. Login into your Paddle developer account developer.paddle.com
  2. Get your Vendor ID and Auth Code under Developer Tools -> Authentication


  3. For setting up your webhook and events click Developer Tools -> Events
  4. Include your webhooks url, it must be in the folling format: https://YOURDOMAINNAME/webhooks/paddle change YOURDOMAINNAME with your actual domain.
  5. Select highlighted webhooks events as shown in the image below and click save.


  6. Include Vendor ID and Auth Code information to Admin -> Finance Management -> Payment Settings -> Paddle section.
  7. For subscription plans, you will need a Paddle Plan ID, to create one for you plan go to Catalog -> Subscription plans and click on New Plan


  8. Fill all the required information as need and click create


  9. The created Plan ID is the one that you need to include it in the Subscription Plan creation page for the Paddle Plan ID field. Every plan will have unique plan ids, so you need to create one per each plan.


Subscription Plans Creating

You can create as many subscription plans as you want, both for Monthly and Yearly subscription plans.

All subscription plans must have respective payment gateway plan ids, and these plan ids can be generated only via your payment gateway's account interface. If you need help with any of the payment gateways, refer to the tutorial videos that we created for you.

How to create Subscription Plan:

  • Step 1: Go to your Paypal/Stripe/Razorpay/Paystack accounts and Create New Subscriptions/Plans.
  • Step 1a: Creating Paypal Plan IDs:
  • Step 1b: Creating Stripe Product IDs:
  • Step 1c: Creating Paystack Plan Codes:
  • Step 1d: Creating Razorpay Plan IDs:
  • Step 2: Copy those Subscription/Plan IDs.
  • Step 3: Go to "Admin Panel" -> "Finance Management" -> "Subscription Plans" -> click on "Create New Subscription" button.
  • Step 4: Fill up the all required fields and inlcude Paypal/Stripe/Paystack/Razorpay - Subscription/Plan IDs.
  • Step 5: Note: Plan Name must be a unique string value
  • Step 6: Plan descriptions must be a comma separated string values
  • Step 7: After filling up the fields, click "Create" button. Example: your newly created subscription will looks like this:

SMTP Configuration

For sending all emails, such as email verification, support ticket creation etc, SMTP needs to be configured.

All the SMTP settings can be configured and set in Admin Panel under General Settings -> SMTP Settings.

Required SMTP Settings:
  • SMTP Host
  • SMTP Port
  • SMTP Encryption
  • SMTP EMail Login (Username)
  • SMTP EMail Password
  • SMTP Sender Email Address
  • SMTP Sender Name

Include Required SMTP Settings and click Save Changes button:



You can also test your SMTP Settings immediately via Test button:




If you are planning to use Gmail for sending emails:

In your Gmail Account settings, under Security tab, make sure your Less secure app access feature is turned on.



Twitter Login Configuration

Allow your users login using their Twitter social media account.

Twitter Setup Instructions:

  • Step 1: Visit Twitter Developer Portal page.
  • Step 2: Create a new project or use your existing one.
  • Step 3: Fill in all the details as you prefer, it is visible only to you.

  • Step 4: Make sure to copy your API Key and Secret Key.
  • Step 5: In case if you missed it, or want to use existing project, you can also get it from here.
  • Step 6: Next, select your app and click on Edit button under User authentication settings box.
  • Step 7: Setup App Permissions and Type of App as shown in the image below.
  • Step 8: Setup App info section and fill all 4 fields as shown in the image, replace YOURDOMAINNAME with your domain and make sure that there are no typos in any of the inputs, click save afterwards. You don't need Cliend IDs generated at the end for this particular scirpt.
  • Step 9: Include your Twitter API keys in the Admin Panel - General Settings - Auth Settings and click save.
  • Step 10: Done.

Google Login Configuration

Allow your users login using their Google social media (Gmail) account.

Google Setup Instructions:

  • Step 1: Visit Google API Console page.
  • Step 2: Create a new project or use your existing one.
  • Step 3: If creating a new project, provide a Project name and click save.
  • Step 4: Click “Credentials” on the side menu then “Create Credentials > OAuth client ID”.
  • Step 5: Click the configure button.
  • Step 6: On the OAuth Concent screen click External and click next afterwards provide all required informaiton there.
  • Step 7: Click “Credentials” on the side menu then “Create Credentials > OAuth client ID” again.
  • Step 8: Fill in the required fields as needed, and replace YOUR-DOMAIN-NAME.com with your domain and make sure that there are no typos in any of the inputs, click create afterwards.
  • Step 9: Copy the provided Client ID and Client Secret somewhere.
  • Step 10: Go to the Admin panel - General Settings - Auth Settings and Enable Login via Social Media select field and Enable Google chebox and fill with your Client ID and Client Secret along with the url and save.
  • Step 11: Done.

Tawk.to Assistant Configuration

Support your users with tawk.to chat feature.

Tawk.to Setup Instructions:

  • Step 1: Login into you Tawk.to account.
  • Step 2: Click on the Administration button at the top, and select Channels - Chat Widget. Copy Direct Chat Link as shown in the image.
  • Step 3: Paste your Direct Chat link at Admin Panel - General Settings - Global Settings at Live Chat section, make sure turn on this feature there and click save afterwards.
  • Step 4: Done.

Google Analytics Configuration

Analyze in-depth detail about the visitors on your main frontend page.

Setup Google Analytics:

  • Step 1: Visit Google Analytics page.
  • Step 2: On the left menu select Admin.
  • Step 3: Click Create Property, **select Web and then Continue.**.

  • Step 4: After that it will appear screen with information for your website.
  • Step 5: Fill it and then click Create.
  • Step 6: Include Tracking ID into Google Analytics Tracking ID field in Admin Panel under General Settings -> Global Settings -> Google Analytics, and don't forget to enable the Google Analytics checkbox and click Save button.

Google Maps Configuration

To use the Maps JavaScript you must have an API key. The API key is a unique identifier that is used to authenticate requests associated with your project for usage and billing purposes.

To Get a Maps API Key:

  • Step 1: Go to the Google API Console
  • Step 2: Click the project drop-down and select or create project for which you want to add an API key and give it a project name.
  • Step 3: If you are using Google API for the first time you will see this screen after creating the project:
  • Step 4: Click Enable Apis and Services button or select Library button on the left.
  • Step 5: Find Maps JavaScript API and enable it as shown below.
  • Step 6: Click the menu button and select Credentials and click Create credentials > API key.
  • Step 7: The API key created dialog displays your newly created API key. Copy and paste it as shown in Step 8. The new API key is listed on the Credentials page under API keys.


    Important: Remember to restrict the API key before using it in production.
  • Step 8: Include the API key in Admin Panel under General Settings -> Global Settings -> Google Maps, and don't forget to enable the Google Maps checkbox and click Save button.


Change application restrictions:

Depending on your server/domain configuration the script maybe won't accept the HTTP referrers restrictions so try with changing the application restrictions back to None





Enable Billing on your project:

Sometimes after adding the key these features maybe won't work again. Then depending on the google account associated with the project created and maybe you will need to enable Billing.

Learn more here about it: Billing or here Getting started with Google Maps Platform

Google reCaptcha v3 Configuration

To avoid spams, all contact and registration forms have Google reCaptcha v3 enabled. It is optional feature, but strongly recommended.

To use this feature, you will need to have reCaptcha Site Key and reCaptcha Secret Key.

To Get a Google reCaptcha v3 Keys:

  • Step 1: Go to the Google reCaptcha Console
  • Step 2: Enter Label to identify your reCaptcha keys.
  • Step 3: For reCaptcha Type, select "reCAPTCHA v3":
  • Step 4: Enter your domain name.
  • Step 5: Accept the reCAPTCHA Terms of Service
  • Step 6: Click the "Submit" button.
  • Step 7: Copy both "Site Key" and "Secret Key".
  • Step 8: Include the API keys in Admin Panel under General Settings -> Global Settings -> Google reCaptcha, and don't forget to enable the Google reCaptcha checkbox and click Save button.

How to Customize Frontend

Frontend is created as a landing page and consist of single home.blade.php blade file that was created with standard HTML5 + CSS3 Bootstrap structure. SaSS files for frontend are separated from backend Sass files so it is easy to edit.

Warning: If you are planning to add heavy css customization, it would be better to create a separate css file and keep intact upon each update, otherwise next update might rewrite all previously made changes in case if we add any improvements to frontend.

How to customize frontend:

  • Step 1: All files that are used as frontend pages or for frontend can be found under resources/views and couple files under resources/views/layouts directories as shown in the picture.
  • Step 2: For frontend styling we used SaSS, they can be found under resources/sass/frontend directory. If you plan to use sass files for customization don't forget to compile your sass files first to apply the effects. Otherwise, you can add custom css files into guest.blade.php below line 23.
  • Step 3: All pages are stored direcly under resources/views directory and named accordingly. You can edit the text in any of these files as you prefer.
  • Step 4: If you want to add new page, make sure it has the same @extends and @section parts as in other pages.
  • Step 5: NOTE: Codecanyon support plan does not include any customization support, any modification or customization will be up to you.

Translate to other Languages

Cloud Archive by default is written in English Language, we also included as an example support for Spanish language, translated by Google Translate (Warning! Quality of these translations might not be the best).

You can translate or add any language as you prefer.

How to Translate:

  • Step 1: Go to "Lang" folder in the root directory of the script.
  • Step 2: Copy "en.json" to your desired language code. Ex: "ru.json"
  • Step 3: Translate only the value part, and make sure they stay within double quotes with comma at the end except the last value in the json file.
  • Step 4: Save your file in the same "Lang" folder.
  • Step 5: Go to "Config" -> "locale.php" file.
  • Step 6: Add your new language code with proper fields: 'code', 'display', 'flag' as shown below, here is an example for Russian language:
    'ru' => [
        'code' => 'RU',
        'display' => 'Русский',
        'flag' => 'ru'
    ], 
    

Set as Default Language

How to set as Default Language:

  • Step 1: After completing step above and including your language. Go to config/app.php file
  • Step 2: On line 89: 'locale' => 'en', - change 'en' to the country code of your language
  • Step 3: Save the config file.

CRON Job Configuration

The software requires cron jobs to be set up in order to automate some of its functions, such as checking the status of the accounts, as well as additional storage clean-ups.

How to create CRON job:

  • Step 1: Open terminal in your hosting platform or if you are using cPanel, copy and paste the Step 3 in your Cron Jobs tab.
  • Step 2: Run crontab -e command
  • crontab -e
    
  • Step 3: Enter following cron job, it is scheduled to run twice a day, include YOURWEBSITE DOMAIN PATH, you can customize frequency as you prefer:>
  • 0 0,12 * * * /usr/local/bin/php /home/YOURDOMAINPATH/artisan schedule:run
    
  • Step 4: (If using terminal): You can check all local cron jobs that are running via:
  • crontab -l
    
  • Step 5: If you are setting up via cpanel here how it looks like. Select the minimum time that is available in your hosting, ideally 1 Minute interval if your hosting allows. Change YOURDOMAINPATH accoringly, make sure it includes your username stated in your hosting directory.

Troubleshooting in case if you face any of these issues

Whitescreen - I changed some of the settings in admin panel and now I only see whitescreen (all versions):

  • Step 1: Some of the changes in the configuration in Admin Panel are saved in .env file, this for the most part does not treat spaces in values, if value must have a space, it is wrapped with quotes, like site name for example.
  • Step 2: Go to the .env file in the root directory, check all values of the configuration keys that you changed to make sure that there are not whitespaces there.
  • Step 3: After finding them, delete that value part or make as is single keyword, and save.
  • Step 4: Done.

User does not see Payment Gateways during checkout, but I have it activated it in the Finance Settings (all versions):

  • Step 1: Most likely settings cache was cleared (after update, or pressed clear cache in the admin panel).
  • Step 2: Go to your Finance Settings page and just click save.
  • Step 4: Done.

Version v4.9

Released on 8th Apri 25, 2024

New: Claude 3 added (Anthropic)

New: Create & Train Chatbots by Admin via native OpenAI Assistant feature added

New: Custom Models for Chat Bots feature added

New: Custom Models for Chat Bots feature added

New: Direct subscription upgrade feature added

New: AI Image prompts feature added

New: Setting individual fixed model per template option added

New: Setting individual fixed model per chatbot option added

New: Added support for new gpt-4-turbo-2024-04-09 model

New: Brand Voices for AI Chat feature added

New: Advanced credit calculation system based on models added

New: Bulk credits renewal feature for subscribers feature added

Update: Subscription during registration process mechanism improved

Update: Subscription cancellation mechanism improved

Update: Backend Subscriptions page improved

Update: Email notification for manually created users added

Update: Email notification for manually adding credits added

Update: Email notification for uploaded payment confirmation option added

Update: Frontend AI Tools Section adding option updated

Update: User can change AI models dynamically during text generation tasks

Update: User email opt in/out option added

Update: Newsletter unsubscribe option added in emails

Update: Filters for sending mass email newsletter are improved

Update: Prepaid plans can set credits for different models

Update: Prepaid plans details view page updated

Update: AI Chat layout improvements

Update: AI Vision enhancements

Update: AI File Chat enhancements

Fix: Free tier second time activation issue fixed after registration

Fix: Missing translation words are added in en.json language file

Fix: File and Document deletion period not saving issues fixed

Fix: Fixed visibility of other custom templates on the top menu bar

Fix: Clouflare R2 view results issue fixed


Files that were edited for v4.8 update:

routes/*

bootstrap/*

lang/en.json

config/settings.php

config/services.php

app/Console/*

app/Model/*

app/Jobs/*

resources/views/layouts/nav-aside.blade.php

resources/views/layouts/nav-top.blade.php

resources/views/user/*

resources/views/admin/*

app/Http/Controllers/User/*

app/Http/Controllers/Admin/*

Version v4.8

Released on 8th April, 2024

New: Subscribe upon first registration feature added

New: Newsletter feature added

New: ReTrain/Improve existing Voice Clone feature added

New: Email Templates features added

New: Admin notifications for payment transactions feature added

New: Bank Transfer payment confirmation upload option added

New: Stable Diffusion XL 2.2.2 Beta added

Update: Performance and loadtime improvements

Update: User Custom Chat Assistants personal API key usage improved

Update: User Custom Templates personal API key usage improved

Update: Voice clone deletion option added

Update: Updated and improved email verification system

Update: User notifications for payment transactions feature added

Update: Payment Checkout page updated

Update: Subscription plans page updated

Update: Support ticket email notification system improved

Fix: Bank transfer dalle/sd image approval issue fixed

Fix: Team member creation issue fixed

Fix: Prepaid plan dalle/sd image credit adding issue fixed

Fix: Mobile top menu issue on Android devices fixed


Files that were edited for v4.8 update:

routes/*

bootstrap/*

lang/en.json

config/settings.php

config/countries.php

app/Model/User.php

app/Model/Email.php

resources/views/layouts/nav-aside.blade.php

resources/views/user/*

resources/views/admin/*

app/Http/Controllers/User/*

app/Http/Controllers/Admin/*

Version v4.7

Released on 26th March, 2024

New: Cloudflare R2 cloud storage feature added

New: Internet access to Templates feature added

Update: AI Video is set to use only SD image credits

Update: Prepaid plans support for separate Dalle and SD images added

Update: Ai Wizard and Chat Image updated to support proper credits based on Dalle and SD engine usage

Update: Support for gpt-4-0125-preview model was added

Fix: Smart editor dark mode css issue fixed

Fix: Custom AI Assistant - category list corrected to show Chat Categories

Fix: Invoice total due value fixed

Fix: License deactivation issue fixed

Fix: Elevenlabs large text synthesize timing out issue fixed

Fix: Custom Template creation for Users/Subscribers issue fixed

Fix: Custom Chats setting as favorite issue fixed


Files that were edited for v4.7 update:

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

config/services.php

config/filesystems.php

app/Model/PrepaidPlan.php

app/Model/Subscriber.php

app/Model/Payment.php

resources/views/layouts/nav-aside.blade.php

resources/views/user/templates/*

resources/views/user/chat_image/*

resources/views/user/chat/*

resources/views/user/templates/*

resources/views/user/smart_editor/*

resources/views/user/video/*

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plan/*

resources/views/admin/global/plan/*

app/Http/Controllers/User/*

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinancePrepaidPlanController.php

app/Http/Controllers/Admin/CustomTemplateController.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/Admin/Webhooks/*

app/Http/Controllers/Admin/Settings/ActivationController.php

Version v4.6

Released on 17th March, 2024

New: AWS Amazon Polly Text to Speech feature added

New: Include any TTS vendor combination per subscription plan

New: Brand Voice feature added

Update: Image/Video/Voiceover result storage duration limits can be defined in the subscription plan

Update: Document results (generated content) storage duration limits can be defined in the subscription plan

Update: Subscription plans updated to support new features

Update: Free tier AI Voiceover vendors access is controller via admin panel now

Update: Set separate image credits for Dalle and SD images via subscription plan and for free tier users option added

Fix: AI Chat listen support for personal API keys improved

Fix: AI Vision support for personal API keys improved

Fix: Plagiarism API key saving issue fixed

Fix: Showing disabled prompts issue fixed


Files that were edited for v4.6 update:

vendor/*

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

app/Model/SubscriptionPlan.php

app/Model/User.php

app/Console/*

resources/views/layouts/nav-aside.blade.php

resources/views/user/images/*

resources/views/user/profile/*

resources/views/user/chat/*

resources/views/user/templates/*

resources/views/user/rewriter/*

resources/views/user/vision/*

resources/views/user/voiceover/*

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plan/*

resources/views/admin/global/plan/*

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/UserController.php

app/Http/Controllers/User/UserCustomChatController.php

app/Http/Controllers/User/RewriterController.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/VideoController.php

app/Http/Controllers/User/VisionController.php

app/Http/Controllers/User/VoiceoverCloneController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/Admin/CustomTemplateController.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/Admin/Webhooks/*

Version v4.5.1

Released on 8th March, 2024

Fix: AI Vision upload button hidden when Chat Image disabled issue fixed

Fix: Team member feature visibility issue fix

Fix: Custom templates enabling/disabling issue fix

Fix: Custom chat issue fix

Fix: Login/Registration dark mode css issues fix


Files that were edited for v4.5.1 update:

resources/views/auth/*

resources/views/layouts/nav-aside.blade.php

resources/views/user/vision/*

resources/views/user/vision/*

resources/views/user/chat/*

resources/views/user/templates/*

resources/views/admin/davinci/configuration/index.blade.php

app/Http/Controllers/User/ChatController.php

Version v4.5

Released on 7th March, 2024

New: User personal custom AI Chat Bot creation feature added (Openai Assistant)

New: User personal custom Template creation feature added

New: User personal AI Chat bot training file support (c, cpp, docx, html, java, md, php, pptx, py, rb, tex, css, js, gif, tar, ts, xlsx, xml, zip, pdf, csv, txt, json) option added

Update: Sound Studio adding default background audio tracks by admin updated

Update: Set Dark Mode as default option added (at General Settings page)

Update: User dark mode state retained as persistent

Update: AI Image to Video table refresh option added

Update: Clone Voice limits are controllable per plan now

Update: New features are added to the subscription plan

Update: Security improvements

Update: Copy & Paste buttons added to AI Assistant feature

Fix: Free tier access to AI Plagiarism and Detector features fixed

Fix: Missing translation words were improved


Files that were edited for v4.5 update:

vendor/*

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

config/services.php

app/Model/SubscriptionPlan.php

app/Model/User.php

resources/views/user/clone/*

resources/views/user/chat/*

resources/views/user/templates/*

resources/views/user/video/*

resources/views/user/profile/*

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plan/*

resources/views/admin/global/plan/*

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/VideoController.php

app/Http/Controllers/User/VoiceoverCloneController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/Admin/SoundSettingsController.php

Version v4.4

Released on 24th February, 2024

New: AI Plagiarism Checker added (Extension)

New: AI Content Detector added (Extension)

Update: Subscription plan updated to include new features

Fix: Voice clone visibility for other users fixed

Fix: Serper API key saving issue fixed


Files that were edited for v4.4 update:

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

config/services.php

app/Model/SubscriptionPlan.php

resources/views/user/clone/*

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plan/*

app/Http/Controllers/User/VoiceoverCloneController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

Version v4.2

Released on 18th February, 2024

New: Voice Cloning feature added (Extension)

New: Sound Studio feature added (Extension)

New: AI Image to Video feature added (Extension)

New: AI File Chat feature added

New: MS Word files support for AI File Chat feature added

Update: Smart Editor Mobile responsiveness improved

Update: AI Chat PDF/CSV merged into AI File Chat feature

Update: AI Chat PDF/CSV/Web page refresh issue improved

Update: Davinci Settings page updated

Update: Extended License features section added in Davinci Settings

Update: License page updated

Update: Smart Editor missing translation words added

Update: Security improvements

Fix: AI Assistant language response issue fixed on all AI features


Files that were edited for v4.2 update:

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

app/Model/VoiceoverResult.php

resources/views/user/chat_file/index.blade.php

resources/views/user/profile/*

resources/views/user/chat_web/index.blade.php

resources/views/user/rewriter/index.blade.php

resources/views/user/templates/*

resources/views/user/voiceover/*

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/settings/activation/*

app/Http/Controllers/User/*

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/Settings/ActivationController.php

Version v4.1

Released on 7th February, 2024

Update: Smart Editor Mobile responsiveness improved

Update: Smart Editor Search field added for templates dropdown menu

Fix: Custom Template view issue fixed

Fix: Export in MS Word issue fixed

Fix: Smart Editor Template details view issue fixed

Fix: Storj Cloud for Voiceover & STT results fixed (new installations only)

Fix: Dropbox for Voiceover & STT results fixed (new installations only)


Files that were edited for v4.1 update:

resources/views/user/templates/original-template.blade.php

resources/views/user/templates/custom-template.blade.php

resources/views/user/smart_editor/index.blade.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/StarEditorController.php

Version v4.0

Released on 5th February, 2024

New: Smart Editor feature added

New: AI ReWriter feature added

New: AI Assistant for Original Templates added

New: AI Assistant for Custom Templates added

Update: Subscription plans updated to included Start Editor & AI ReWriter

Update: Orignal Templates view updated

Update: Custom Templates view updated

Fix: Custom Template view issue fix

Fix: AI Chat Web css issue fix


Files that were edited for v4.0 update:

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

config/services.php

app/Model/SubscriptionPlan.php

resources/views/user/chat_csv/index.blade.php

resources/views/user/chat_pdf/index.blade.php

resources/views/user/chat_web/index.blade.php

resources/views/user/chat/index.blade.php

resources/views/user/templates/original-template.blade.php

resources/views/user/templates/custom-template.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/create.blade.php

resources/views/admin/finance/plans/edit.blade.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/StarEditorController.php

app/Http/Controllers/User/RewriteController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

Version v3.9

Released on 29th January, 2024

New: Fine Tune Models feature added

New: Google Cloud Storage buckets feature added

New: Storj Cloud storage feature added

New: Dropbox storage feature added

Update: Social login session handling improved

Update: Social login password randomized

Update: OpenAI model is set based on user chat model settings for AI Chat Web/PDF/CSV features

Update: Embedding version can be selected for AI Chat Web/PDF/CSV features

Update: Personal API key support added for AI Chat Web/PDF/CSV features

Update: Balance check improved for AI Chat Web/PDF/CSV features


Files that were edited for v3.9 update:

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

config/services.php

config/app.php

config/filesystems.php

app/Model/SubscriptionPlan.php

resources/views/user/chat_csv/index.blade.php

resources/views/user/chat_pdf/index.blade.php

resources/views/user/chat_web/index.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/create.blade.php

resources/views/admin/finance/plans/edit.blade.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/DocumentController.php

app/Http/Controllers/User/ChatCSVController.php

app/Http/Controllers/User/ChatWEBController.php

app/Http/Controllers/User/ChatPDFController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

Version v3.8

Released on 26th January, 2024

New: AI Chat PDF feature added

New: AI Chat CSV feature added

New: AI Web Chat feature added

Update: Custom Templates support for Select Dropdown fields added

Update: Custom Templates support for Checkbox fields added

Update: Custom Templates support for Radio Button fields added

Update: Custom Templates required field option added

Update: Subscription plan is updated to include new features

Update: Subscription plan file size limits are added for Chat PDF & CSV service

Update: Removed DB backup feature (new installations only)

Fix: AWS region names mismatch minor issue fixed

Fix: Referral admin panel enable/disable issue fixed

Fix: Counting character credits for AI Chat TTS feature improved

Fix: Counting image credits for Chat Image improved

Fix: AI Chat minor issue with enter button fixed


Files that were edited for v3.8 update:

routes/web.php

bootstrap/*

lang/en.json

config/settings.php

config/services.php

app/Model/SubscriptionPlan.php

resources/sass/app.scss

resources/views/layouts/nav-aside.blade.php

resources/views/user/referrals/*

resources/views/user/chat/index.blade.php

resources/views/user/templates/custom-template.blade.php

resources/views/user/vision/index.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/create.blade.php

resources/views/admin/finance/plans/edit.blade.php

app/Http/Controllers/User/ChatImageController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/Admin/CustomTemplatePlanController.php

app/Http/Controllers/Admin/ReferralSystemPlanController.php

Version v3.7

Released on 15th January, 2024

New: Internet access to AI Chat option added

New: Chat Image Feature added

New: Listen to AI Chat response feature added

New: Create your custom referral code feature added

Update: Affiliate Program page updated

Update: Referred number of users are visible now

Update: Stripe webhook updated

Update: Subscription plan updated to include new features

Update: Removed deprecated OpenAI models

Fix: CSS styles for document results fixed

Fix: Renaming newly created chat conversation issue fixed

Fix: AI Images minor SD v1.6 bug issue fixed


Files that were edited for v3.7 update:

routes/web.php

lang/en.json

config/settings.php

config/services.php

resources/views/user/images/index.blade.php

resources/views/user/chat/index.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/create.blade.php

resources/views/admin/finance/plans/edit.blade.php

app/Http/Controllers/User/PaymentController.php

app/Http/Controllers/User/ChatImageController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

Version v3.6

Released on 1st January, 2024

New: ElevenLabs Text to Speech Feature added

Update: AI Vision availability for all users groups updated

Update: AI Article Wizard availability for all users groups updated

Update: Yookassa monthly/yearly subscription plan renewal updated

Update: Yookassa cancellation refund option removed

Fix: Displaying first generated AI Image without refresh is fixed

Fix: Reassigning a same plan via admin issue fixed

Fix: Setting default language for new registrations in davinci settings page fixed


Files that were edited for v3.6 update:

lang/en.json

config/settings.php

config/services.php

resources/views/user/images/index.blade.php

resources/views/user/voiceover/index.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/create.blade.php

resources/views/admin/finance/plans/edit.blade.php

resources/views/admin/users/list/subscription.blade.php

app/Http/Controllers/User/VisionController.php

app/Http/Controllers/User/ArticleWizardController.php

app/Http/Controllers/User/VoiceoverController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/AdninUserController.php

app/Console/Kernel.php

app/Console/Commands/YookassaSubscriptionTaskCommand.php

Version v3.5

Released on 24th December, 2023

New: AI Vision feature added

Update: AI Chats support for image processing feature added

Update: AI Chats generated tables view updated

Update: AI Chats mobile view updated

Update: AI Vision option added to subscription plans

Fix: AI Wizard image counting and balance protection fixed


Files that were edited for v3.5 update:

routes/web.php

lang/en.json

public/css/app.css

config/settings.php

resources/views/user/images/index.blade.php

resources/views/user/chats/view.blade.php

resources/views/user/templates/wizard/index.blade.php

resources/views/layouts/nav-aside.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/create.blade.php

resources/views/admin/finance/plans/edit.blade.php

app/Http/Controllers/User/VisionController.php

app/Http/Controllers/User/ArticleWizardController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

Version v3.4

Released on 18th December, 2023

New: Multistep AI Article Wizard added

Update: Requirement for symlink removed (new installations only)

Update: Referral supported for social media logins and registrations

Update: Registered via emails initially can now login with their social media accounts as well

Update: Removed support for deprecated SD models: stable-diffusion-v1-5, stable-diffusion-512-v2-1, stable-diffusion-768-v2-1

Update: Added support for new SD model: stable-diffusion-v1-6

Fix: Database password # symbol support fixed (new installations only)

Fix: Login page accessibility for logged user fixed

Fix: Registration page accessibility for logged user fixed

Fix: AI Images SD Negative prompt feature issue fixed

Fix: AI Images negative balance for Unlimited sign issue fixed


Files that were edited for v3.4 update:

routes/web.php

lang/en.json

public/css/app.css

config/settings.php

resources/views/user/images/index.blade.php

resources/views/user/templates/wizard/index.blade.php

resources/views/layouts/nav-aside.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/create.blade.php

resources/views/admin/finance/plans/edit.blade.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/ArticleWizardController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

Version v3.3

Released on 22th November, 2023

New: Stable Diffusion - Image to Image feature added

New: Stable Diffusion - Image Upscaling feature added

New: Stable Diffusion - Image Inpainting feature added

New: Stable Diffusion - Multi Prompting feature added

New: Stable Diffusion - Image Strength option in settings added for Image to Image feature

New: OpenAI - Image Inpainting feature added (Dalle 2 Only)

New: OpenAI - Image Variations feature added (Dalle 2 Only)

Update: Free plan pricing has changed from $0 value to Free sign

Fix: Voiceover properly handle unlimited characters fixed

Fix: Stable Diffusion - Generation Steps limits are improved

Fix: Frontend - Unlimited credit names are properly displayed


Files that were edited for v3.3 update:

lang/en.json

resources/views/user/images/index.blade.php

resources/views/user/plans/index.blade.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/VoiceoverController.php

Version v3.2

Released on 14th November, 2023

New: OpenAI Text to Speech feature added

New: GCP 101 (65 Neural2; 6 Studio; 30 WaveNet) New Voices added

Update: Both Dalle and Stable Diffusion engines can be set in the subscription plans

Update: AI Image view modal details updated


Files that were edited for v3.2 update:

vendor/*

lang/en.json

app/Model/SubscriptionPlan.php

app/Model/Images.php

resources/views/user/images/index.blade.php

resources/views/user/voiceover/index.blade.php

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/finance/plans/*

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/VoiceoverController.php

Version v3.1

Released on 9th November, 2023

New: GPT 4 Turbo model added for Templates and Chats

New: GPT 4 Turbo with Vision model added for Templates and Chats

New: Dalle-3 and Dalle-3 HD models added for AI Images

Update: AI Image Engine selection to Subscription Plans added

Update: Removed deprecated model - Ada, Babbage, Curie

Update: Davinci Settings page updated

Fix: Finance Management - Transactions page table issue fix


Files that were edited for v3.1 update:

lang/en.json

routes/web.php

app/Model/SubscriptionPlan.php

resources/views/user/images/index.blade.php

resources/views/admin/finance/transactions/*

resources/views/admin/finance/plans/*

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/ImageController.php

Version v3.0

Released on 5th November, 2023

New: Add subscription plan manually by admin added

New: Show hidden plans for select users feature added

New: Free subscription plan limited to few days feature added for subscription plans

Update: Update user general and prepaid balances (increase/decrease)

Update: User list - personal user information view page updated

Update: Total active subscribers are visible for each subscription plan

Update: Users can apply to free trial subscription plan only once

Update: Free trial subscription process improved, no need to select payment gateways anymore upon checkout

Fix: Pricing table feature repetition fix


Files that were edited for v3.0 update:

lang/en.json

routes/web.php

app/Model/Chat.php

app/Model/User.php

app/Model/SubscriptionPlan.php

resources/views/contact.blade.php

resources/views/user/*

resources/views/admin/*

app/Http/Controllers/Admin/FinancePrepaidPlanController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/Admin/FinanceController.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/User/VoiceoverController.php

app/Http/Controllers/User/PlanController.php

app/Http/Controllers/User/ChatController.php

Version v2.9

Released on 2nd November, 2023

New: AI Chat template groups added

New: AI Chat prompts feature added

Update: AI Chat (shift + enter) replaced for new line

Update: AI Chat mobile responsiveness improved

Update: AI Chat table display improved

Update: AI Chat response copy button added

Update: AI Chat info banners updated

Update: AI Chat generated url links are clickable now

Update: AI Chat code view updated

Update: Contact us reCaptcha v3 feature updated

Update: Private API key enforcement added when enabled

Update: Unlimited words support for free tier user added

Fix: Subscription plans unlimited validation fixed

Fix: Contact us disabling via admin panel fixed

Fix: Voiceover issue fix

Fix: Documents - Workbooks change issue fixed

Fix: Youtube social settings missing fixed

Fix: AI Chat new conversation fix

Fix: AI Chat cyrillic words display fix

Fix: AI Image creation date fix


Files that were edited for v2.9 update:

public/css/app.css

lang/en.json

lang/es.json

routes/web.php

app/Model/Chat.php

app/Model/ChatPrompt.php

app/Model/ChatHistory.php

app/Model/User.php

app/Model/ChatCategory.php

app/Model/ChatConversation.php

resources/views/contact.blade.php

resources/views/user/*

resources/views/admin/*

resources/views/layouts/nav-aside.blade.php

app/Http/Controllers/Admin/ChatCustomizationController.php

app/Http/Controllers/Admin/SubscriptionPlanController.php

app/Http/Controllers/Admin/Frontend/FrontendController.php

app/Http/Controllers/User/VoiceoverController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/UserController.php

Version v2.8

Released on 16th October, 2023

New: Iyzico payment gateway added for prepaid/lifetime plans

New: Unlimited words/images/characters/minutes option added

New: Use your own personal Openai API key feature added

New: Use your own Stable Diffusion API key feature added

New: About Us page added

New: Contact Us page added

New: Frontend - update How it Works section via admin panel

New: Frontend - update AI Tools section via admin panel

New: Frontend - update Features section via admin panel

New: Macedonian language added to templates

New: AI Chat conversation search option added

New: AI Chat assistant info line added

New: AI Chat code format highlighter

New: AI Chat stop button added

New: Macedonian language added to templates

Update: All missing translation words added

Update: All disabled AI features are disabled everywhere

Update: Language change option added at frontend top

Update: Language change option added at login/registration pages

Update: Personal API features added to the subscription plans

Update: Stripe complete redesign with official PHP SDK

Update: Table sorting for dates updated

Update: Home page blog posts listed based on created date

Update: Twitter logos updates, youtube social media link added

Update: Update page view updated

Update: AI Chat input field changed to textarea to support larger text inputs

Fix: CSS issue in the AI Images fixed

Fix: Stripe for India issue fixed

Fix: Cron task credit renewal issue fixed

Fix: Download button in the transcribe result page issue fixed


Files that were edited for v2.8 update:

public/css/app.css

lang/en.json

lang/es.json

config/session.php

config/services.php

config/frontend.php

config/settings.php

routes/web.php

app/Model/Image.php

app/Model/SubscriptionPlan.php

resources/views/home.blade.php

resources/views/contact.blade.php

resources/views/about.blade.php

resources/views/user/*

resources/views/admin/*

resources/views/layouts/nav-top.blade.php

resources/views/layouts/nav-aside.blade.php

resources/views/layouts/frontend-blade.php.php

app/Http/Controllers/Admin/*

app/Http/Controllers/User/*

Version v2.7

Released on 04th September, 2023

New: AI Image creation page redesigned

New: Document view images page redesigned

New: Negative prompt added for Stable Diffusion

New: CFG Scale (prompt strength) added for Stable Diffusion

New: Diffusion Steps added for Stable Diffusion

New: Independent models for AI Chat at subscription plan creation added

Update: All spelling errors fixed

Update: Count Chinese and Japanese words improved

Update: Performance of all select dropdowns improved

Fix: Promocode for lifetime checkout page missing fixed

Fix: Twitter login improved


Files that were edited for v2.7 update:

public/css/app.css

public/js/awselect.js

lang/en.json

routes/web.php

app/Model/Image.php

app/Model/SubscriptionPlan.php

resources/views/user/*

resources/views/admin/*p

resources/views/layouts/nav-top.blade.php

app/Http/Controllers/Admin/SubscriptionPlanController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/DocumentController.php

Version v2.6

Released on 22nd August, 2023

New: Frontend layout designed

New: AI Image SDXL v1.0 support added

New: Set default template language via user profile page added

Fix: Support pages view improved

Fix: Paddle webhook improved

Fix: Yookassa issue fixed


Files that were edited for v2.6 update:

public/css/app.css

public/js/frontend.js

lang/en.json

app/Model/User.php

app/Model/Review.php

resources/views/home.blade.php

resources/views/blog-view.blade.php

resources/views/layouts/frontend.blade.php

resources/views/auth/*

resources/views/admin/davinci/configuration/index.blade.php

resources/views/admin/frontend/reviews/*

resources/views/user/profile/default.blade.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/User/UserController.php

app/Http/Controllers/User/TemplateController.php

Version v2.5

Released on 23th July, 2023

New: Paddle payment gateway added

New: Yookassa payment gateway added

Update: Team members feature updated

Update: Templates max word length accuracy updated

Update: Paypal webhook updated

Fix: Ai Voiceover css mobile alignments improved

Fix: User dashboard favorite templates & chats views fixed


Files that were edited for v2.5 update:

public/js/awselect.js

lang/en.json

routes/web.php

config/services.php

app/Model/SubscriptionPlan.php

app/Model/Subscriber.php

database/seeders/PaymentPlatfromsSeeder.php

resources/views/admin/finance/*

resources/views/user/voiceover/*

app/Http/Controllers/Admin/FinanceController.php

app/Http/Controllers/Admin/FianceSubscriptionPlanController.php

app/Http/Controllers/Admin/FinanceSettingsController.php

app/Http/Controllers/Admin/Webhooks/*

app/Http/Controllers/User/TeamController.php

app/Http/Controllers/User/PaymentController.php

Version v2.4

Released on 16th July, 2023

New: Team Member feature added

New: Flutter payment gateway added

New: Midtrans payment added

Fix: Template user notifications fix

Fix: Youtube tag generator template fixed

Fix: Instagram hashtag generator template fixed

Fix: Meta description generator template fixed

Fix: Dashboard setting templates as favority issue fixed

Fix: Affiliate feature not visible in the side menu when disabled improved

Fix: Voiceover delete synthesize result fix


Files that were edited for v2.4 update:

public/js/awselect.js

lang/en.json

routes/web.php

config/settings.php

config/services.php

config/flutter.php

app/Model/Template.php

app/Model/CustomTemplate.php

app/Model/SubscriptionPlan.php

app/Model/Subscriber.php

app/Model/User.php

resources/views/admin/davinci/config/*

resources/views/user/voiceover/*

resources/views/user/templates/*

resources/views/layouts/nav-aside.blade.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/FinanceController.php

app/Http/Controllers/Admin/FianceSubscriptionPlanController.php

app/Http/Controllers/Admin/FinanceSettingsController.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/CodeController.php

app/Http/Controllers/User/VoiceoverController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/TeamController.php

Version v2.3

Released on 4th July, 2023

New: Template text streaming feature added

New: OpenAI GPT 3.5 Turbo 16K model added

New: Stable diffusion SDXL v0.9 engine added

New: 30 New Templates added

New: New tag added for original and custom templates

New: 15 New Languages: Tamil (Malaysia), Persian (Iran), English (UK), Slovak, Latvian, Albanian, Filipino, Khmer (Cambodia), Bangla, Bengali (India), Welsh, Catalan, Serbian, Maltese, Irish added

Update: Side menu panel updated

Update: User credits view updated

Update: AI Voiceover characters view feature updated

Fix: Ai Voiceover result view audio play bar fixed

Fix: Saving stable diffusion main api key issue fixed

Fix: Dark mode payment tables css issue fixed


Files that were edited for v2.3 update:

public/css/app.css

public/js/awselect.js

lang/en.json

routes/web.php

config/settings.php

app/Model/Template.php

app/Model/CustomTemplate.php

resources/sass/custom/_v2.2.scss

resources/sass/custom/_dark-styles.scss

resources/views/admin/davinci/config/*

resources/views/user/voiceover/*

resources/views/user/templates/*

resources/views/layouts/nav-aside.blade.php

resources/views/layouts/nav-top.blade.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/AdminDavinciController.php

app/Http/Controllers/CustomTemplateController.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/CodeController.php

app/Http/Controllers/User/VoiceoverController.php

app/Http/Controllers/User/UserController.php

Version v2.2

Released on 4th June, 2023

New: Multi API keys for Openai added

New: Multi API keys for Stable Diffusion added

New: Live Chat (tawk.to) feature added

New: Sensitive words filtering feature added

New: AI Chat search feature added

Update: Languages list scrolling updated


Files that were edited for v2.2 update:

public/css/app.css

public/js/awselect.js

lang/en.json

routes/web.php

config/settings.php

resources/sass/custom/_v2.2.scss

resources/sass/custom/_dark-styles.scss

resources/views/admin/davinci/config/*

resources/views/admin/settings/global/index.blade.php

resources/views/layouts/footer-frontend.blade.php

resources/views/layouts/footer-backend.blade.php

app/Model/ApiKey.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/Settings/GlobalController.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/CodeController.php

Version v2.1

Released on 2nd June, 2023

New: Dark mode added

New: Template search feature added

New: Custom category description added

Update: Templates page updated

Fix: Ai Chat first response text missing fixed


Files that were edited for v2.1 update:

public/css/app.css

lang/en.json

routes/web.php

resources/sass/custom/_v2.1.scss

resources/sass/custom/_dark-styles.scss

resources/views/user/templates/index.blade.php

resources/views/user/dashboard/index.blade.php

resources/views/user/chat/view.blade.php

resources/views/admin/davinci/custom/*

resources/views/admin/davinci/chat/*

resources/views/layouts/footer-backend.blade.php

resources/views/layouts/nav-top.blade.php

resources/views/layouts/app.blade.php

app/Model/Category.php

app/Http/Controllers/Admin/CustomTemplateController.php

app/Http/Controllers/User/DocumentController.php

Version v2.0

Released on 28th May, 2023

New: Stable Diffusion for AI Images added

New: AI Image Lightning style added

New: AI Image Artist selection added

New: Export user email list as csv/excel/pdf added

Update: User dashboard updated

Update: Favorite AI Chats added to dashboard

Update: Promocodes updated, now supports 100% discounts

Fix: Custom chat avatar issues fixed

Fix: CRON task daily value fixed

Fix: User profile subscription status text issue fixed


Files that were edited for v2.0 update:

public/js/awselect.js

public/css/app.css

lang/en.json

resources/sass/custom/_v2.0.scss

resources/views/user/dashboard/*

resources/views/user/images/*

resources/views/user/profile/*

resources/views/admin/user/*

resources/views/admin/davinci/config/*

config/settings.php

config/services.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/Admin/ChatCustomizationController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/SupportController.php

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/PaymentController.php

app/Http/Controllers/User/UserController.php

app/Http/Controllers/User/UserDashboardController.php

Version v1.8

Released on 17th May, 2023

New: 42 AI Chat Bots added

New: Unlimited Custom AI Chat Bots creation feature added

New: Premium/Standard/Free tier categories for templates and chats added

Update: Ai Code feature updated

Update: Ai Speech to Text feature updated

Update: CRON task for yearly/lifetime credit processing updated

Update: Add default credits to manually created users updated

Update: Enable/Disabling various subscription plan features updated

Fix: Referral system BankTransfer payment fixed

Fix: Referral system payout buttons fixed

Fix: AI Speech to Text AWS and Wasabi storage issue fixed

Files that were edited for v1.8 update:

public/js/awselect.js

public/css/app.css

resources/sass/custom/_v1.8.scss

resources/views/chat/*

resources/views/dashboard/*

resources/views/codex/*

resources/views/transcribe/*

resources/views/referrals/*

config/settings.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/Admin/FinanceController.php

app/Http/Controllers/Admin/ChatCustomizationController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/ReferralSystemController.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/ReferralController.php

app/Http/Controllers/User/CodeController.php

app/Http/Controllers/User/TranscribeController.php

app/Http/Controllers/User/DocumentController.php

Version v1.5

Released on 17th April, 2023

New: AI Chat system added

New: AI Speech to Text with OpenAI Whisper added

New: AI Voiceover powered by Azure and GCP added

New: Ability to merge up to 20 AI voices for synthesize task option added

New: Generate up to 100K synthesize task option added

New: Voices customization option added

Update: All documents section updated

Update: Subscriptions plan creation updated

Fix: Razorpay webhook issue fixed

Fix: Paypal prepaid issue fixed

Fix: Bank Transfer referral - payment cancellation issue fixed

Files that were edited for v1.5 update:

public/js/awselect.js

public/js/export-chat.js

public/css/app.css

resources/sass/custom/_v1.5scss

config/settings.php

app/Http/Controllers/Admin/FinanceController.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/Webhooks/*

app/Http/Controllers/User/ChatController.php

app/Http/Controllers/User/PaymentController.php

app/Http/Controllers/Auth/SocialAuthController.php

app/Http/Controllers/Auth/RegisteredUserController.php

app/Services/*

Version v1.4

Released on 26th March, 2023

New: GPT 4 (8K/32K) model added

New: Support for Thai, Bulgarian, Lithuanian, Ukrainian added

New: Amason S3 storage for AI Images added

New: Wasabi Cloud storage for AI Images added

New: AI Code feature added

New: Art Styles feature for AI Images added

New: Art Medium feature for AI Images added

New: Art Mood feature for AI Images added

New: Custom category creation feature added

New: Custom template editor feature added

Update: Language file en.json with missing words updated

Update: Login/Registration page copyright info removed

Update: Ability to removing .00 in pricing added

Update: Stripe webhook controller updated

Update: Paypal webhook controller updated

Update: Coinbase webhook controller updated

Update: Paystack webhook controller updated

Update: Razorpay webhook controller updated

Fix: Razorpay prepaid plan payment issue fixed

Fix: Google 2FA issue fixed

Fix: Referral payment system tracks payment commissions correctly now

Fix: Copy referral link button fixed

Fix: Recover password page responsiveness fixed

Fix: User profile shows correct subscription between monthly or yearly now

Files that were edited for v1.4 update:

public/js/awselect.js

public/css/app.css

app/Console/Commands/*

app/Console/Kernel.php

app/Http/Controllers/Admin/FinanceSubscriptionPlanController.php

app/Http/Controllers/Admin/CustomTemplateController.php

app/Http/Controllers/Admin/AdminUserController.php

app/Http/Controllers/Admin/FinanceSettingsController.php

app/Http/Controllers/Admin/DavinciConfigController.php

app/Http/Controllers/Admin/Webhooks/*

app/Http/Controllers/User/ImageController.php

app/Http/Controllers/User/TemplateController.php

app/Http/Controllers/User/CodeController.php

app/Http/Controllers/User/UserSupportController.php

app/Http/Controllers/User/UserController.php

app/Http/Controllers/User/DocumentController.php

app/Http/Controllers/User/UserPasswordController.php

app/Http/Controllers/User/WorkbookController.php

app/Http/Controllers/User/Templates/*

app/Http/Controllers/HomeController.php

Version v1.3

Released on 09th March, 2023

New: Unlimited custom templates creation feature added

New: ChatGPT 3.5 Turbo model added

New: Academic Essay template added

New: Welcome Email template added

New: Youtube Tags Generator template added/p>

New: Cold Email template added

New: Follow up Email template added

New: Creative Stories template added

New: Grammar Checker template added

New: Summarize for 2nd Grader template added

New: Video Scripts template added

New: Amazon Product Description template added

New: Templates filter feature added

New: Export in Text format added

Update: Result and Template view pages updated

Update: Auto save feature for text results removed

Update: AI Image results table updated

Update: All Documents table updated

Fix: User default workbook creation issue fixed

Fix: Workbooks page responsiveness improved

Fix: Login page default credentials removed

Fix: Login page responsiveness improved

Fix: Support email link fixed

Fix: Referral email register link in the email fixed

Version v1.2

Released on 21st February, 2023

New: Support for Portuguese(Brazil), Slovenian, Vietnamese, Swahili, Romanian added

New: Problem-Agitate-Solution template added

New: Video Descriptions template added

New: Video Titles template added

New: Youtube Tags Generator template added/p>

New: Instagram Captions template added

New: Instagram Hashtags Generator template added

New: Social Media Post (Personal) template added

New: Social Media Post (Business) template added

New: Facebook Headlines template added

New: Google Ads Headlines template added

New: Google Ads Description template added

Update: Templates styling updated

Update: Credit view within template and image generation added

Update: Translation file has been updated with missing words

Fix: Stripe 3D payment issue fixed

Fix: Bank Transfer payment issue fixed

Fix: Profile view monthly/yearly mix fixed

Fix: Missing icons on some hostings fixed

Fix: Blogs view excerpt updated, hide html tags fixed

Initial Release v1.0

Released on 13th February, 2023