Configuration
Once we have set up the site, we then need to configure the site.The app/config/App.php folder contains a group of files which define the basic configuration of your website.
Setup the Base URL
The site's basic URL can be configured as a file app/Config/App.chp.
public $baseURL = 'http://localhost:8080/';
You can set your domain name here like 'http://example.com/'.