tomatophp/filament-pos

POS working with Ecommerce System for FilamentPHP

Fund package maintenance!
3x1io

v0.0.1 2024-05-09 12:42 UTC

This package is auto-updated.

Last update: 2024-05-09 12:44:07 UTC


README

Screenshot

Filament pos

Latest Stable Version PHP Version Require License Downloads

POS working with Ecommerce System for FilamentPHP

Installation

composer require tomatophp/filament-pos

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"

you can publish migrations file by use this command

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

Support

you can join our discord server to get support TomatoPHP

Docs

you can check docs of this package on Docs

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

The MIT License (MIT). Please see License File for more information.