filament-pos
POS working with Ecommerce System for FilamentPHP
Extends filament
composer require tomatophp/filament-pos- ecommerce
- erp
- filament-plugin
- point-of-sale
- pos
Readme

Filament POS
POS System for FilamentPHP with a lot of features and integration with Ecommerce Builder
Screenshots

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
after install your package please run this command
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
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
Other Filament Packages
Checkout our Awesome TomatoPHP