> Source: https://tomatophp.com/docs/plugins/tomato-ecommerce

# 🛍️ Tomato Ecommerce

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/screenshot (1) (1) (1).png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/Screenshot 2023-11-23 at 4.52.57 PM (1).png" alt=""><figcaption></figcaption></figure>

before starting to install tomato-ecommerce make sure that you have this package installed and configured

* [Tomato Admin](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-ecommerce/broken-reference)
* [Tomato Roles](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-roles)
* [Tomato Settings](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-settings)
* [Tomato Translations](/docs/plugins/tomato-translations)
* [Tomato Menus](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-menus)
* [Tomato Category](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-category)
* [Tomato Notifications](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-notifications)
* [Tomato Forms](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-forms)
* [Tomato CRM](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-crm)
* [Tomato CMS](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-cms)
* [Tomato Wallet](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-wallet)
* [Tomato Products](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-products)
* [Tomato Orders](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-orders)
* [Tomato Coupons](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-coupons)
* [Tomato Sections](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-sections)
* [Tomato Support](https://github.com/tomatophp/docs/blob/HEAD/plugins/tomato-support)
* [Tomato Themes](https://github.com/tomatophp/docs/blob/HEAD/plugins/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

```
composer require tomatophp/tomato-ecommerce
```

or as Module

```
composer require tomatophp/tomato-ecommerce-module
```

after installing your package please run this command

```
php artisan tomato-ecommerce:install
```

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/tomato-ecommerce/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Security

Please see [SECURITY](https://github.com/tomatophp/tomato-ecommerce/blob/master/SECURITY.md) for more security information.

### Credits

* [Fady Mondy](mailto:info@3x1.io)

### License

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-ecommerce/blob/master/LICENSE.md) for more information.
