CodeIgniter Configuration

Estimated reading: 2 minutes 122 views

Quick Start

Get details about Basic Installation, Structure, Logo, favicon, and loader set up your project with easy steps.

Basic Server Setup

Follow below steps for setup the project  on server.

Step:1

Get the project zip from the CodeCanyon. Extract that zip, Go to the below path: linkon.social.zip upload that zip, and extract in your Cpanel.

Step:2

Upload that project zip to your server’s public_html directory.

Step:3

Extract the zip file to that directory.

Step:4

Then Create a new database from your server MySQL database.

Step:5

Create a DB user to the database.

Step:6

After all this, you have to just hit your URL in the browser and go on.

File Structure

LinkOn_social

  • app
    • config
    • Controller
    • Database
    • Filters
    • Helpers
    • Language
    • Libraries
    • Models
    • Routes
    • Third Party
    • Validation
    • Views
  • Modules
      • Entertainment
      • Islam
      • News
      • Poetry
  • public
    • adminLTE
    • css
    • ionicons
    • js
    • maintenance
    • plugins
    • select2
    • storybg
    • summernote
    • toastr
    • uploads
    • .htaccess
    • favicon.ico
    • index.php
    • robots.txt
  • system
  • themes
    • LinkOn
  • upload
    • audios
    • docs
    • event
    • page
    • photos
    • placeholder
    • videos
  •  .gitignore
  •  facivon.ico
  •  index.php
  •  preload.php
  •  README.md
  •  robots.txt

Installation

  1. Create Database
  2. Upload the Codes in below directory based on your server In Linux
  3. Path: var/www/html/
  4. In cPanel:
  5. Inside File manager -> Path: public_html/

App Configurations

Open and edit the /config/app.php file and provide the following details

    •   public string $baseURL = “https://demo.socioon.com/”;

Database Configurations

  1. Create the database on your server
  2. Open and edit the /config/Database.php file and provide your server details:
    'hostname' => 'localhost',
    'username' => 'username',
    'password' => 'your_password',
    'database' => 'your_database_name',
  1. import the database from the DB folder file in your database
  2. You will find the SQL file in linkon.sql.

Mail Configuration

 

Earning Configurations

  • The provider’s default earning mode is commission-based.
  1. Commission Based
  • Users get share amount ”$” (Like, Share, Comment)
  • As soon as you add services they will be visible on the service list.

Note: To add the dynamic plans,  Go to the side menu and select Plans, there you will find the option to add dynamic plans.

Source & Credits

All images and videos are for preview purposes only and are not included in the download files. Images are of copyrights under Creative Commons CC0.

Scripts

  • Jquery
  • Javascript
  • Codeignitor 4
  • Bootstrap 5

CSS & Fonts

  • Bootstrap
  • Font Awesome
Share this Doc

CodeIgniter Configuration

Or copy link

CONTENTS