File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6677* Created: 2019-02-12
88*
9- * Description: Lightweight traffic tracking library for CodeIgniter 4
9+ * Description: Lightweight traffic tracking for CodeIgniter 4
1010*
1111* Requirements:
1212* >= PHP 7.1
1313* >= CodeIgniter 4.0
1414* Preconfigured, autoloaded Database
1515* CodeIgniter's URL helper (loaded automatically)
16- * Function userId() to return ID of logged in user
1716* Visits table (run migrations)
1817*
1918* Configuration:
20- * Use Config/Visits.php to override default behavior
19+ * Use app/ Config/Visits.php to override default behavior
2120* Run migrations to update database tables:
22- * > php spark migrate:latest -n Tatter
21+ * > php spark migrate:latest -n " Tatter\Visits"
2322*
24- * @package CodeIgniter4-Assets
23+ * @package CodeIgniter4-Visits
2524* @author Matthew Gatner
2625* @link https://github.com/tattersoftware/codeigniter4-visits
2726*
You can’t perform that action at this time.
0 commit comments