File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ config classes.
55
66## Quick Start
77
8- 1 . Install with Composer: ` > composer require codeigniter4-projects /settings `
8+ 1 . Install with Composer: ` > composer require codeigniter4projects /settings `
992 . Create a new migration and copy the provided class from below into it.
1010
1111` Settings ` provides a simple interface that you can use in place of calling ` config() ` to allow you to read and store
@@ -19,7 +19,7 @@ and still allows your users to override those settings once the site is live.
1919
2020Install easily via Composer to take advantage of CodeIgniter 4's autoloading capabilities
2121and always be up-to-date:
22- * ` > composer require codeigniter4-projects /settings `
22+ * ` > composer require codeigniter4projects /settings `
2323
2424Or, install manually by downloading the source files and adding the directory to
2525` app/Config/Autoload.php ` .
You can’t perform that action at this time.
0 commit comments