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
Additionally, if you want CodeIgniter to use a Composer auto-loader, just set `$config['composer_autoload']` to TRUE or a custom path in **application/config/config.php**.
113
+
114
+
It's necessary to create a library for the JsUtils class
115
+
116
+
#####Library creation
117
+
Create the library **XsUtils** (the name is free) in the folder **application/libraries**
0 commit comments