Skip to content

Commit 2a01390

Browse files
authored
Add Seed instructions
1 parent 629b56a commit 2a01390

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ File uploads and management, for CodeIgniter 4
44
## Quick Start
55

66
1. Install with Composer: `> composer require tatter/files`
7-
2. Update the database: `> php spark migrate -all`
7+
2. Update the database: `> php spark migrate -all` `> spark db:seed "Tatter\Files\Database\Seeds\FileSeeder"`
88
3. Start managing files: https://[yourdomain.com]/files
99

1010
## Features
@@ -41,6 +41,9 @@ always current with the latest release:
4141
...
4242
```
4343

44+
Finally, run the seeder to install necessary database settings:
45+
`spark db:seed "Tatter\Files\Database\Seeds\FileSeeder"`
46+
4447
## Configuration (optional)
4548

4649
The library's default behavior can be altered by extending its config file. Copy

0 commit comments

Comments
 (0)