App Configuration
- Open and edit the /.env file and provide following details:
- Enter App name
APP_NAME = "Hope UI"
Base_url
- base_url is url of your CodeIgniter root or the location of the index. php file
For sub-directory
app.baseURL = 'http://abc.com/codeigniter/public'
For domain
app.baseURL = '/'
Deployment
CI_ENVIRONMENT = production