Configuration
#
Initial ConfigurationAll of the configuration files are placed in the app/config
directory. These configuration files allow you to configure things like your database connection, base url, application environment, and many more.
#
Environment ConfigurationYou can directly edit the configuration values ​​without opening the files in app/config
by opening the env.php file.
By default, env file are not available, you must copy the env.example.php
file to env.php
#
Accessing Configuration ValueYou can easily get configuration value ​​with the config
function anywhere in your application.