Getting Started: Installing Your Template
Follow these steps to get started with the template:
- Select Your Template Folder:
- Choose either the Landing Page or Dashboard folder based on your needs to find all the template files
- Upload Files to Your Server:
- Use FTP to upload the files to your server.
- Maintain the Folder Structure:
- Ensure you maintain the structure while uploading the required files/folders:
- 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!
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.