Skip to content

Commit

Permalink
Add note about database requirement to install steps
Browse files Browse the repository at this point in the history
The requirement for a SQLite database was added in #16. 

Even with it trying to automate the setup process for projects without an existing database, there are still some edge cases where you need to know it exists. 🫠

Related: #55
  • Loading branch information
duncanmcclean authored Dec 9, 2024
1 parent 592db7f commit a242d42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Installation

> **Note:**
> Before installing the importer addon, please ensure your project has a database setup. If you created your site using the [Statamic CLI](https://github.com/statamic/cli), a SQLite database will have been configured. You can confirm by running `php artisan migrate`.
1. You can install the Importer addon via Composer:

```bash
Expand Down

0 comments on commit a242d42

Please sign in to comment.