You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/collections/docs/laravel.md
+9-4
Original file line number
Diff line number
Diff line change
@@ -86,12 +86,17 @@ Statamic routed URLs will expect views named `default` and `layout`. You will ne
86
86
87
87
## Database
88
88
89
-
When you install Statamic into an existing Laravel application, content and users will be stored as flat files.
89
+
### Content
90
90
91
-
If you'd prefer to store these in the database, please follow these guides:
91
+
When you install Statamic into an existing Laravel application, content will be stored as flat files.
92
92
93
-
*[Storing Content in a Database](/tips/storing-content-in-a-database#overview)
94
-
*[Storing Users in a Database](/tips/storing-users-in-a-database#in-an-existing-laravel-app)
93
+
If you'd prefer to store content in a database instead, please follow the ["Storing Content in a Database"](https://statamic.dev/tips/storing-content-in-a-database) guide.
94
+
95
+
### Users
96
+
97
+
If you want to continue to keep users in a database, head over to [Storing Users in a Database in an Existing Laravel App](/tips/storing-users-in-a-database#in-an-existing-laravel-app) follow those steps.
98
+
99
+
Otherwise, the [Storing User Records](/users#storage) page should have instructions for the most common scenarios.
0 commit comments