We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e582d9 commit baf432cCopy full SHA for baf432c
docs/concepts.md
@@ -13,6 +13,7 @@ This document covers some of the base concepts used throughout the library.
13
14
Shield is designed so that the initial setup of your application can all happen in code with nothing required to be
15
saved in the database. This means you do not have to create large seeder files that need to run within each environment.
16
+
17
Instead, it can be placed under version control, though the Settings library allows those settings to be easily stored
18
in the database if you create an interface for the user to update those settings.
19
0 commit comments