Skip to content

Commit

Permalink
Add optional PHP sqlite3 module installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatnazali committed Jan 30, 2024
1 parent 2e26892 commit 857e648
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ sudo apt install php8.3-mbstring

Check that above modules exist by running `php -m`.

#### Optional PHP Modules

Should only be installed if required, or any error occurred that mentions them.

- `sqlite3`: for CI4 default testing with sqlite3 database

```
sudo apt install php8.3-sqlite3
```


### Installing Composer

Refer to: https://getcomposer.org/download/
Expand Down

0 comments on commit 857e648

Please sign in to comment.