File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,32 @@ and integratable with any future project.
10
10
11
11
A set of string utilities for e.g. capitalization or converting strings from dashed to their camelcased equivalent.
12
12
13
- [ Readme] ( lib/Scandio/lmvc/util /string )
13
+ [ Readme] ( lib/Scandio/lmvc/utils /string )
14
14
15
15
## Bootstrap
16
16
17
17
A Butler and an Interface for a Bootstrap file used in lmvc to bootstrap modules or utils. The BootstrapInterface's
18
18
implementation will be called when giving the ` Butler::initialize($namespace) ` a correct implementation.
19
19
20
- [ Readme] ( lib/Scandio/lmvc/util /bootstrap )
20
+ [ Readme] ( lib/Scandio/lmvc/utils /bootstrap )
21
21
22
22
## Config
23
23
24
24
A class offering the ability to load json files into a Config manager which will extend entries according to latest-entry
25
25
wins. Entries can then easily be used all over an application.
26
26
27
- [ Readme] ( lib/Scandio/lmvc/util /config )
27
+ [ Readme] ( lib/Scandio/lmvc/utils /config )
28
28
29
29
## Logger
30
30
31
31
An PSR-3 compliant convention-over-configuration logger which can be easily integrated into any lmvc application.
32
32
Configuration is accomplished through a ` config.json ` directive. Moreover, this implementation offers multiple
33
33
independent scribes per instance all having a custom * local* LogLevel.
34
34
35
- [ Readme] ( lib/Scandio/lmvc/util /logger )
35
+ [ Readme] ( lib/Scandio/lmvc/utils /logger )
36
36
37
37
## Traits
38
38
39
39
A currently minimal set of traits designed to be applicable in as many use cases as possible.
40
40
41
- [ Readme] ( lib/Scandio/lmvc/util /traits )
41
+ [ Readme] ( lib/Scandio/lmvc/utils /traits )
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments