tomatophp/filament-pos

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

Fund package maintenance!
3x1io

v1.0.2 2024-08-27 13:55 UTC

This package is auto-updated.

Last update: 2024-09-12 13:50:27 UTC


README

Screenshot

Filament POS

Latest Stable Version License Downloads

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

Screenshots

Home Cart Checkout Notification Print

Installation

composer require tomatophp/filament-pos

we need the Media Library plugin to be installed and migrated you can use this command to publish the migration

php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="medialibrary-migrations"

now you need to install the settings hub use these commands

php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"
php artisan filament-settings-hub:install

after install your package please run this command

php artisan filament-pos:install

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentPos\FilamentPOSPlugin::make())

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-pos-config"

you can publish views file by use this command

php artisan vendor:publish --tag="filament-pos-views"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-pos-lang"

Other Filament Packages

Checkout our Awesome TomatoPHP