Skip to content

Commit 4c8b53c

Browse files
authored
Merge pull request #241 from kenjis/update-docs-install
docs: improve installation
2 parents b98df5f + b4f69b7 commit 4c8b53c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docs/0 - install.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ If you have it installed as a phar, or othewise you will need to adjust the way
1111

1212
---
1313

14-
**IMPORTANT**: If you get the following error:
14+
#### IMPORTANT: composer error
15+
16+
If you get the following error:
1517

1618
```
1719
Could not find a version of package codeigniter4/shield matching your minimum-stability (stable).
@@ -50,6 +52,17 @@ table to store configuration options. As such, you should run the migrations.
5052
> php spark migrate --all
5153
```
5254

55+
---
56+
57+
#### Note: migration error
58+
59+
When you run `spark migrate --all`, if you get `Class "SQLite3" not found` error:
60+
61+
1. Remove sample migration files in `tests/_support/Database/Migrations/`
62+
2. Or install `sqlite3` php extension
63+
64+
---
65+
5366
## Initial Setup
5467

5568
### Command Setup

0 commit comments

Comments
 (0)