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 629b56a commit 2a01390Copy full SHA for 2a01390
README.md
@@ -4,7 +4,7 @@ File uploads and management, for CodeIgniter 4
4
## Quick Start
5
6
1. Install with Composer: `> composer require tatter/files`
7
-2. Update the database: `> php spark migrate -all`
+2. Update the database: `> php spark migrate -all` `> spark db:seed "Tatter\Files\Database\Seeds\FileSeeder"`
8
3. Start managing files: https://[yourdomain.com]/files
9
10
## Features
@@ -41,6 +41,9 @@ always current with the latest release:
41
...
42
```
43
44
+Finally, run the seeder to install necessary database settings:
45
+`spark db:seed "Tatter\Files\Database\Seeds\FileSeeder"`
46
+
47
## Configuration (optional)
48
49
The library's default behavior can be altered by extending its config file. Copy
0 commit comments