Download the PHP package tomatophp/filament-ecommerce without Composer
On this page you can find all versions of the php package tomatophp/filament-ecommerce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package filament-ecommerce
Filament Ecommerce Builder
Build your own ecommerce store with FilamentPHP with the Power of Tomato CMS Builder
Installation
we need the Media Library plugin to be installed and migrated you can use this command to publish the migration
now you need to install the settings hub use these commands
then you need to publish the account model
after installing your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
there is some feature you can disable it
Features
- [x] Multi Company / Branches Management
- [x] Product Management
- [x] Product Table Group By Type
- [x] Product Multi Variants
- [x] Product Multi Images
- [x] Product Multi Languages Content
- [x] Shipping Vendor Management
- [x] Order Management
- [x] Order Logs
- [x] Order Shipping Action
- [x] Order Change Status Action
- [x] Order Table Group By Status
- [x] Order Receipt Print
- [x] Order Table Summary
- [x] Order Settings
- [x] Order Export
- [x] Order Import
- [x] Order Charts Widgets
- [x] Coupon Management
- [x] Gift Card Management
- [x] Refferal Management
- [x] Coupons Service Class
- [x] Add Discount To Order Using Coupon
- [ ] Product Variants On Order
- [ ] Gitf Card Services
- [ ] Gift Card Apply To Account Wallet
- [ ] Pay Order With Wallet
- [ ] Pay Order With Gift Card
- [ ] Refferal Code Services
- [ ] Refferal Code Middleware Counter
- [ ] Order PDF Export
- [ ] Order Facade Methods
- [ ] Order Tracking Page
- [ ] Product Import
- [ ] Product Export
- [ ] Product Clone
- [ ] Cart Manager
- [ ] Comparison Between Products
- [ ] Wishlist Manager
- [ ] Product Download for Digital Products
- [ ] Search History Manager
- [ ] Filament CMS Page Builder Integration
- [ ] Filament CMS Themes Integration
- [ ] Product Service Class
- [ ] Ecommerce Service Class
- [ ] Ecommerce APIs
Screenshots
Use Coupon Service
you can use coupon service to check if coupon is valid or not
you can use this method to check for selected Order
or you can check the code for selected products
or you can get the direct discount amount of the code
and it's the same as check you can apply to selected order or selected products.
Use Filament Shield
you can use the shield to protect your resource and allow user roles by install it first
Add the Spatie\Permission\Traits\HasRoles trait to your User model(s):
Publish the config file then setup your configuration:
Now run the following command to install shield:
Now we can publish the package assets.
now you need to allow it on the plugin options
for more information check the Filament Shield
Publish Assets
you can publish config file by use this command
you can publish views file by use this command
you can publish languages file by use this command
you can publish migrations file by use this command
Other Filament Packages
Checkout our Awesome TomatoPHP
All versions of filament-ecommerce with dependencies
tomatophp/console-helpers Version ^1.1
filament/filament Version ^3.0.0
milon/barcode Version ^11.0
flowframe/laravel-trend Version ^0.2.0
tomatophp/filament-cms Version ^v1.0
tomatophp/filament-locations Version ^v1.0
tomatophp/filament-accounts Version ^v2.0
tomatophp/filament-types Version ^v1.0
tomatophp/filament-settings-hub Version ^v1.0