App Configuration

  1. Open and edit the /.env file and provide following details:
  2. Enter App name
  3. APP_NAME = "Hope UI"
    

Base_url

  1. base_url is url of your CodeIgniter root or the location of the index. php file
  2. For sub-directory
    app.baseURL = 'http://abc.com/codeigniter/public'
    
    For domain
    app.baseURL = '/'
    

Deployment

    CI_ENVIRONMENT = production