File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ File uploads and management, for CodeIgniter 4
44## Quick Start
55
661 . 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 `
883 . 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
2626Once the files are downloaded and included in the autoload, run any library migrations
2727to 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
3131always 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 ...
You can’t perform that action at this time.
0 commit comments