ページ · TomatoPHP
🛍️ Tomato Ecommerce
>-
<figure><img src="../../.gitbook/assets/screenshot (1) (1) (1).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.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
- Tomato Roles
- Tomato Settings
- Tomato Translations
- Tomato Menus
- Tomato Category
- Tomato Notifications
- Tomato Forms
- Tomato CRM
- Tomato CMS
- Tomato Wallet
- Tomato Products
- Tomato Orders
- Tomato Coupons
- Tomato Sections
- Tomato Support
- 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=sodiumand 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 for more information on what has changed recently.
Security
Please see SECURITY for more security information.
Credits
License
The MIT License (MIT). Please see License File for more information.