Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit afed8b9

Browse files
committedJan 9, 2025··
wip
1 parent 9db5321 commit afed8b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Installation
22

33
> **Note:**
4-
> Before installing the importer addon, please ensure your project has a database configured. This importer uses a database to keep track of import progress. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been setup for you. You can confirm by running `php artisan migrate`.
4+
> Before installing the importer addon, please ensure your project has a database configured. The importer uses a database to keep track of import progress. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been setup for you. You can confirm by running `php artisan migrate`.
55
66
1. You can install the Importer addon via Composer:
77

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ composer require statamic/importer
2020
You can find the Importer addon in the Control Panel under `Utilities > Importer`.
2121

2222
> **Note:**
23-
> Before installing the importer addon, please ensure your project has a database configured. This importer uses a database to keep track of import progress. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been setup for you. You can confirm by running `php artisan migrate`.
23+
> Before installing the importer addon, please ensure your project has a database configured. The importer uses a database to keep track of import progress. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been setup for you. You can confirm by running `php artisan migrate`.
2424
2525
<!-- statamic:hide -->
2626
## Documentation

0 commit comments

Comments
 (0)
Please sign in to comment.