Getting Started: Installing Your Template

Follow these steps to get started with the template:

  1. Select Your Template Folder:
    • Choose either the Landing Page or Dashboard folder based on your needs to find all the template files
  2. Upload Files to Your Server:
    • Use FTP to upload the files to your server.
  3. Maintain the Folder Structure:
    • Ensure you maintain the structure while uploading the required files/folders:
    HOPEUI-PRO-CODEIGNITER
    ├── app
    │   ├── config
    │   │   └──  boot
    │   ├── controllers
    │   │   └──  modules
    │   ├── Database
    │   │   └──  Migrations
    │   │   └──  Seeds
    │   ├── Entities
    │   ├── Filters
    │   ├── Helpers
    │   ├── Languages
    │   │   └──  en
    │   ├── Libraries
    │   ├── Models
    │   ├── ThirdParty
    │   ├── Views
    │   │   └──  app
    │   │   └──  auth
    │   │   └──  components
    │   │   │   └── modules
    │   │   │       └── appointment
    │   │   │       └── blog
    │   │   │       └── chat
    │   │   │       └── e-commerce
    │   │   │       └── file-manager
    │   │   │       └── mail
    │   │   │       └── social-app
    │   │   │   └── partials
    │   │   │   └── widgets
    │   │   └──  dashboards
    │   │   └──  errors
    │   │   │   └── cli
    │   │   │   └── html
    │   │   └──  extra
    │   │   └──  forms
    │   │   └──  icons
    │   │   └──  layouts
    │   │        └──  modules
    │   │             └──  appointment
    │   │             └──  blog
    │   │             └──  chat
    │   │             └──  e-commerce
    │   │             └──  file-manager
    │   │             └──  mail
    │   │             └──  social-app
    │   │   └──  maps
    │   │   └──  modules
    │   │        └──  appointment
    │   │        └──  blog
    │   │        └──  chat
    │   │        └──  e-commerce
    │   │        └──  file-manager
    │   │        └──  landing-pages
    │   │        └──  mail
    │   │        └──  social
    │   │   └──  permission-role
    │   │   └──  plugins
    │   │   └──  spacial-pages
    │   │   └──  tables
    │   │   └──  widgets
    │   │   └──  index.php
    │   ├── .htaccess
    │   ├── Common.php
    │   ├── index.html
    ├── gulp
    │   ├── All JS files
    ├── public
    │   ├── assets
    │   │   │   └── 3d
    │   │   │   └── images
    │   │   │   └── js
    │   │   │   └── modules
    │   │   │   └── scss
    │   │   │   └── vendor
    │   ├── build
    │   ├── .htaccess
    │   ├── favicon.ico
    │   ├── index.php
    │   ├── robots.txt
    ├── test
    │   ├── _support
    │   │   │   └── Database
    │   │   │       └── Migrations
    │   │   │       └── Seeds
    │   │   │   └── Libraries
    │   │   │   └── Models
    │   ├── database
    │   ├── session
    │   ├── unit
    │   ├── README.md
    ├── writable
    │   ├── cache
    │   ├── logs
    │   ├── session
    │   ├── uploads
    │   ├── .htaccess
    ├── .editorconfig
    ├── .env.example
    ├── .gitignore
    ├── builds
    ├── composer.json
    ├── composer.lock
    ├── env
    ├── gettingstarted.txt
    ├── gulp.config.json
    ├── gulpfile.js
    ├── LICENSE
    ├── package-lock.json
    ├── package.json
    ├── phpunit.xml.dist
    ├── README.md
     ── spark
    
    Note: Other files can be used according to your convenience.
  4. Completion.
    • Now that you have followed these steps, your basic installation is complete. Your site or dashboard is ready to be showcased to the World!