Lonnie Ezell
e3b3c570c1
Refactored Services to use Modules config file when discovering.
2018-09-11 22:49:38 -05:00
Lonnie Ezell
b35a618949
Added centralized config file to set what things should be auto-discovered, and tweaked so that Registrars are auto-disovered.
2018-09-08 00:24:29 -05:00
Lonnie Ezell
a92250d749
Fixing tests
2018-04-26 23:27:29 -05:00
abhishekKrHaith11
3840b687d4
Clean up environment variable value
...
While using backslash within single or double quotes in .env, its need to trim quotes
2018-04-21 12:32:02 +05:30
Master Yoda
b733001e59
Annual copyright update
2018-01-09 01:01:00 -08:00
Lonnie Ezell
6fb133b329
Tests pass again.
2017-12-20 22:10:48 -06:00
Lonnie Ezell
69e8cfc9a6
Base URL not MUST be set in orderfor app to run as a security measure. Make .env files be loaded prior to the first instance of Config\App. Fixes #815
2017-12-17 22:33:52 -06:00
Jake Ihasz
2c1e04b84a
Fix inconsistent getenv returns (PHP BUG??)
2017-10-23 13:31:43 -04:00
Lonnie Ezell
817af0a3e1
Minor config/database tweaks to get .env working for db properly.
2017-08-10 23:00:13 -05:00
Instructor, Computer Systems Technology
870db8474b
Merge pull request #618 from jim-parry/test/config
...
Test/config
2017-08-06 07:32:42 -07:00
Natan Felles
41ab103c72
Set PHPDocs
2017-07-23 11:34:40 -03:00
Master Yoda
748665de9e
Beefed up unit tests & writeup
2017-07-20 00:39:24 -07:00
Master Yoda
8fbb4c9c3f
Fixed & tested BaseConfig's handling of shortPrefix
2017-07-18 06:25:12 -07:00
Master Yoda
fcce549142
Update (2) copyright comments per phpDocumentor
2017-07-13 14:20:27 -07:00
Master Yoda
bda7c8a252
Update copyright comments per phpDocumentor
2017-07-13 10:22:49 -07:00
Lonnie Ezell
65178d1d19
Adding registrar classes to config files for easier registration of properties from modular code
2017-06-03 00:43:45 -05:00
Master Yoda
b6247d1196
Update license & site link to https://
2017-01-20 00:45:11 -08:00
Master Yoda
bf3e165bfe
Updated copyright to 2017
2016-12-30 12:47:28 -08:00
Lonnie Ezell
4512606f7a
Don't allow setting 'path'
2016-06-27 23:25:13 -05:00
Lonnie Ezell
6398f49c92
Bugfixing loose values on BaseConfig. Fixes #67
2016-06-01 01:07:14 -05:00
Master Yoda
e10c37bd93
Fix phpdoc issues, including its not handling PHP7 return type hinting :(
...
I have put off heavy changes to the Session package documentation, as there is an outstanding PR for it.
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2016-05-24 12:14:22 -07:00
Master Yoda
c4b13900ff
Eliminate errors reported by phpdoc
...
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2016-05-24 02:53:11 -07:00
Lonnie Ezell
bf1b2eb508
Bug fixing
2016-04-21 09:26:02 -05:00
Lonnie Ezell
464985e3ff
Modified BaseConfig to work with class properties as arrays.
2016-03-22 08:24:06 -05:00
Lonnie Ezell
2b9a6f1d09
Renaming the App\Config namespace to simply Config to make the config files more portable and allow easier modification of app namespace.
2016-02-11 22:59:25 -06:00
Lonnie Ezell
18f288f523
Removing EllisLab from the copyrights
2016-02-01 21:32:53 -06:00
Lonnie Ezell
174037d466
Adding CI Docblock with copyright to system files.
2016-01-31 21:39:50 -06:00
mwhitneysdsu
87d3c1ce24
Use prefixed properties in .env files
...
As mentioned in discussion regarding database config files, BaseConfig
should prefer env vars prefixed with the classname (and a dot (.)
separator) over env vars using the property name alone.
2016-01-29 10:00:54 -08:00
Lonnie Ezell
e71e0f3283
New BaseConfig class that populates class properties based on env vars.
2015-10-02 19:57:40 -05:00