“Downloadify: Video Downloader” Documentation by “Prettify Studio” v1.0


“Downloadify: Video Downloader”

Created: 4/21/2018
By: Prettify Studio
Email: prettify.agency@gmail.com

Thank you for purchasing my application. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Requirements
  2. Archive Content & Structure
  3. Install
  4. Use the app
  5. Sources and Credits

A) Requirements - top

Downloadify: Video Downloader uses Laravel so you need these requirements:

You will need to install PHP, you may install a local server on your machine, depending on the OS you are using

You are going to need Composer, you may get it : here

B) Archive Content & Structure - top

When you download Downloadify: Video Downloader, you will get as mentionned below:

C) Install - top

In this documentation file, we will cover only how to setup the application on your local machine and then upload it to your shared hosting

However, if you have a VPS, you may find some tutorials online how to deploy Laravel application. If you need any help you may email us: prettify.agency@gmail.com

  1. Extract the archive you downloaded from Codecanyon.
  2. You will find a folder named Downloadify which contains two archives: SharedhostingPackage This is the ZIP we are going to use .
  3. Extract the SharedhostingPackage.zip; you will find Downloadify folder which contains the application files
  4. When you open Downloadify folder; you will find it's structure as follow:
    					\application
    					\css
    					\fonts
    					\js
    					\.htaccess
    					\favico.ico
    					\index.php
    					\robots.txt
    					\web.config
    				
    so we need to open application folder
  5. When application folder is opened, we need to run this command from your terminal
    php artisan key:generate
    This command will generate an Application key.
  6. You may refer to this video

  7. Now you need to install the database, Just export it to PhpMyAdmin, follow this video
  8. On the same folder 'application', you need to configure .env file to setup your database. Open the .env file, you will notice this section
    					DB_CONNECTION=mysql
    					DB_HOST=127.0.0.1
    					DB_PORT=3306
    					DB_DATABASE=database_name
    					DB_USERNAME=database_username
    					DB_PASSWORD=database_password
    				
    Change the values according to your values; you may ask for some credentials from your host.
  9. Now, the application is ready to upload. Upload it and test it
  10. The crendentials to your dashboard are :
    • email: admin@prettifystudio.com
    • password: 123456789

D)Use the application - top

When you have successfully installed the application, you may use the app. In this section, you will be able to use the dashboard. The dashboard has four sections:

E) Sources and Credits - top

I've used the following images, icons or other files as listed.


Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this application. No guarantees, but I'll do my best to assist. If you have a more general question relating to the applications in Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Prettify Studio

Go To Table of Contents