File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Lightweight traffic tracking for CodeIgniter 4
44## Quick Start
55
661 . Install with Composer: ` > composer require tatter/visits `
7- 2 . Update the database: ` > php spark migrate:latest -n Tatter `
7+ 2 . Update the database: ` > php spark migrate -all `
883 . Visits will be recorded automatically by a system event
99
1010## Features
@@ -22,7 +22,7 @@ Or, install manually by downloading the source files and adding the directory to
2222
2323Once the files are downloaded and included in the autoload, run any library migrations
2424to ensure the database is setup correctly:
25- * ` > php spark migrate:latest -n Tatter `
25+ * ` > php spark migrate -all `
2626
2727** Pro Tip:** You can add the spark command to your composer.json to ensure your database is
2828always current with the latest release:
@@ -31,8 +31,8 @@ always current with the latest release:
3131 ...
3232 "scripts": {
3333 "post-update-cmd": [
34- "composer dump-autoload",
35- "php spark migrate:latest -all"
34+ "@ composer dump-autoload",
35+ "php spark migrate -all"
3636 ]
3737 },
3838 ...
You can’t perform that action at this time.
0 commit comments