Skip to content

Commit a5ca2ff

Browse files
committed
Update docs for migration refactor
1 parent bf04162 commit a5ca2ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
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:latest -all`
7+
2. Update the database: `> php spark migrate -all`
88
3. Start managing files: https://[yourdomain.com]/files
99

1010
## Features
@@ -25,7 +25,7 @@ Or, install manually by downloading the source files and adding the directory to
2525

2626
Once the files are downloaded and included in the autoload, run any library migrations
2727
to ensure the database is setup correctly:
28-
* `> php spark migrate:latest -all`
28+
* `> php spark migrate -all`
2929

3030
**Pro Tip:** You can add the spark command to your composer.json to ensure your database is
3131
always current with the latest release:
@@ -34,8 +34,8 @@ always current with the latest release:
3434
...
3535
"scripts": {
3636
"post-update-cmd": [
37-
"composer dump-autoload",
38-
"php spark migrate:latest -all"
37+
"@composer dump-autoload",
38+
"php spark migrate -all"
3939
]
4040
},
4141
...

0 commit comments

Comments
 (0)