Skip to content

Commit 239078f

Browse files
authored
Update README.md
1 parent 5f30020 commit 239078f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Statamic Eloquent Driver
22

3-
This package provides support for storing your Statamic data in a database, rather than in the filesystem.
3+
This package provides support for storing your Statamic data in a database rather than the filesystem.
44

5-
Currently only supports entries, with more to come.
5+
This driver currently supports entries but not taxonomies, navigations, globals, or form submissions. We'll be working on those in the future.
66

77
## Installation
88

@@ -20,7 +20,7 @@ php artisan vendor:publish --provider="Statamic\Eloquent\ServiceProvider"
2020
Since Statamic uses UUIDs within content files by default, we provide two solutions depending on whether you need to use existing content.
2121

2222

23-
### Fresh install of [statamic/statamic](https://github.com/statamic/statamic)
23+
### Fresh install of [statamic/statamic](https://github.com/statamic/statamic) (using incrementing ids)
2424

2525
If you're starting from scratch, we can use traditional incrementing integers for IDs.
2626

@@ -29,7 +29,7 @@ If you're starting from scratch, we can use traditional incrementing integers fo
2929
- Copy the `create_entries_table` migration into `database/migrations`.
3030
- Run `php artisan migrate`.
3131

32-
### Starting from an existing site
32+
### Starting from an existing site (using UUIDs)
3333

3434
If you're planning to use existing content, we can use the existing UUIDs. This will prevent you from needing to update any data or relationships.
3535

@@ -41,4 +41,4 @@ If you're planning to use existing content, we can use the existing UUIDs. This
4141

4242
## Known issues
4343

44-
When saving a collection or reordering entries, the URIs of all entries in the collection will be updated, even if they haven't changed. This is an intensive operation and will be addressed in a [future version](https://github.com/statamic/cms/pull/2768) of Statamic.
44+
When saving a collection or reordering entries, the URIs of all entries in the collection will be updated, even if they haven't changed. This is an intensive operation and is being addressed in a [future version](https://github.com/statamic/cms/pull/2768) of Statamic core.

0 commit comments

Comments
 (0)