Guided
.env
Wizard
Environment
App Name
App Url
Domain Name
If you want to run your website in localhost then it is necessary to be a vhost, because of tenancy-based software it is necessary to create a vhost.
If you give incorrect website host,then 404 error will be shown throughout the whole website
if your website URL is
https://example.com/
,then host will be
example.com
if your website URL is
https://subdomain.example.com/
,then host will be
subdomain.example.com
Database
Database Connection
mysql
Database Host
Database Port
Database Name
Database User Name
Database Password
Install