Configuration
Introduction
All of configuration you can register with class Otnansirk\SnapBI\Services\Config
Register Config
Before using php-snap-bi
you must register all the necessary configurations.
This configuration value is for example only.
Default Config Values
Chaining Support
The Config class offers the convenience of query chaining, allowing you to perform multiple operations without having to call them directly through methods.
To achieve this, you can utilize the "for"
method provided by the Config
class. Rather than invoking Config::bca([...])
, you can adopt a more structured approach by using Config::for("bca")->register([...]).
This configuration value is for example only.
Method Support
Last updated