We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cc01c commit bab7227Copy full SHA for bab7227
1 file changed
user_guide_src/source/extending/composer_packages.rst
@@ -179,3 +179,16 @@ Overriding Settings in app/Config
179
180
If you need to override or add to known configurations in the **app/Config** folder,
181
you can use :ref:`Implicit Registrars <registrars>`.
182
+
183
+**********
184
+References
185
186
187
+We have published some official packages. You can use these packages as references
188
+when creating your own packages:
189
190
+- https://github.com/codeigniter4/shield
191
+- https://github.com/codeigniter4/settings
192
+- https://github.com/codeigniter4/tasks
193
+- https://github.com/codeigniter4/cache
194
0 commit comments