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
use \Config;
Config::Value('TEST'); //Which will give a value of TEST
currently it giving following error
Fatal error: Uncaught Error: Class 'Config' not found in ..\system.php:4
Stack trace:
#0 ..\index.php(4): require()
#1 {main}
thrown in ..\system.php on line 4
Path has been truncated.
The text was updated successfully, but these errors were encountered:
How can I load a static class?
Like I wanna use
currently it giving following error
Path has been truncated.
The text was updated successfully, but these errors were encountered: