Skip to content

Commit

Permalink
Merge pull request #4 from abdelmjid-saber/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
3x1io authored Jan 18, 2024
2 parents 53670a0 + 7b92def commit 15c47d4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions plugins/tomato-ecommerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,28 @@ before starting to install tomato-ecommerce make sure that you have this package
* [Tomato Support](../tomato-support/)
* [Tomato Themes](../tomato-themes/)

### Before Installation

Ensure that PHP sodium extension is enabled.

### Steps to Enable Sodium Extension

* Run the following command in the terminal and note the php.ini file path

```
php --ini
```

Example path: C:\laragon\bin\php\php-8.1.10-Win32-vs16-x64\php.ini

* Locate and open the php.ini file in a text editor.

* Find the line containing `extension=sodium` and uncomment it by removing the semicolon (;) at the beginning.

* Save the file and restart your PHP environment.

Now, the sodium extension should be active for your PHP installation.

### Installation

```
Expand Down

0 comments on commit 15c47d4

Please sign in to comment.