Skip to content

Commit ba66be5

Browse files
Update database section in Laravel install guide
Closes #1582.
1 parent 091a8d3 commit ba66be5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

content/collections/docs/laravel.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,17 @@ Statamic routed URLs will expect views named `default` and `layout`. You will ne
8686

8787
## Database
8888

89-
When you install Statamic into an existing Laravel application, content and users will be stored as flat files.
89+
### Content
9090

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.
9292

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.
95100

96101
## New Statamic Directories
97102

0 commit comments

Comments
 (0)