Links

Installation

Learn how to install Uvodo successfully

Check the server requirements here:

Install Uvodo

Follow the steps below:
1. Upload zip archive to your webserver and extract it.
2. Configure your domain to point to `/public/index.php` directory of the project.
3. Run `composer uvodo:install` in the root directory of the project and follow
the on screen instructions.
Please apply the following steps to install Uvodo successfully:
  1. 1.
    Once you downloaded the zip archive file from the CodeCanyon, upload it to root directory in your web server/hosting.
  2. 2.
    Extract all files from the zip archive to the directory in your web server where you want the application to be installed. Zip archive includes several files which might be hidden by default in some web hosting providers. Make sure you’ve extracted those files as well.
  3. 3.
    You should see the “public” directory after extracting all files. This directory must be publicly accessible. Also, make sure you’ve configured your server (Nginx or Apache) to redirect all requests to the “index.php” inside of the “public” directory.
NOTE: After successful installation, you can modify some configurations in the .env file which is located in the directory where you’ve extracted the zip archive in step 2.