You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You may also use a different filename for the configuration file and this affects the key name. For example, a configuration file named custom.php will prefix the key name with custom, using the following format: Acme.Demo::custom.maxItems. Example configuration file plugins/acme/demo/config/custom.php.
https://github.com/octobercms/docs/blob/develop/1.x/plugin/settings.md
/plugins/author/myplugin/config/custom.php
becomes
Config::get('Acme.Demo::custom.maxItems');
The text was updated successfully, but these errors were encountered: