{"id":22238524,"url":"https://github.com/tomatophp/filament-pos","last_synced_at":"2025-10-28T21:07:26.698Z","repository":{"id":239013050,"uuid":"798267879","full_name":"tomatophp/filament-pos","owner":"tomatophp","description":"POS working with Ecommerce System for FilamentPHP","archived":false,"fork":false,"pushed_at":"2024-10-02T10:55:16.000Z","size":2942,"stargazers_count":45,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T05:03:14.636Z","etag":null,"topics":["ecommerce","erp","filament-plugin","point-of-sale","pos"],"latest_commit_sha":null,"homepage":"https://tomatophp.com/en/open-source/filament-pos","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomatophp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["3x1io"]}},"created_at":"2024-05-09T12:42:58.000Z","updated_at":"2025-03-30T09:10:15.000Z","dependencies_parsed_at":"2024-05-09T14:07:56.118Z","dependency_job_id":"f15da4e8-7a3f-4ace-80ee-30ac7f0cb65b","html_url":"https://github.com/tomatophp/filament-pos","commit_stats":null,"previous_names":["tomatophp/filament-pos"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-pos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-pos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-pos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomatophp%2Ffilament-pos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomatophp","download_url":"https://codeload.github.com/tomatophp/filament-pos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601447,"owners_count":20964864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecommerce","erp","filament-plugin","point-of-sale","pos"],"created_at":"2024-12-03T03:16:56.784Z","updated_at":"2025-10-28T21:07:26.612Z","avatar_url":"https://github.com/tomatophp.png","language":"PHP","funding_links":["https://github.com/sponsors/3x1io"],"categories":[],"sub_categories":[],"readme":"![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-pos/master/arts/3x1io-tomato-pos.jpg)\n\n# Filament POS\n\n[![Latest Stable Version](https://poser.pugx.org/tomatophp/filament-pos/version.svg)](https://packagist.org/packages/tomatophp/filament-pos)\n[![License](https://poser.pugx.org/tomatophp/filament-pos/license.svg)](https://packagist.org/packages/tomatophp/filament-pos)\n[![Downloads](https://poser.pugx.org/tomatophp/filament-pos/d/total.svg)](https://packagist.org/packages/tomatophp/filament-pos)\n\n\nPOS System for FilamentPHP with a lot of features and integration with Ecommerce Builder\n\n\n## Screenshots \n\n![Home](https://raw.githubusercontent.com/tomatophp/filament-pos/master/arts/home.png)\n![Cart](https://raw.githubusercontent.com/tomatophp/filament-pos/master/arts/cart.png)\n![Checkout](https://raw.githubusercontent.com/tomatophp/filament-pos/master/arts/checkout.png)\n![Notification](https://raw.githubusercontent.com/tomatophp/filament-pos/master/arts/notification.png)\n![Print](https://raw.githubusercontent.com/tomatophp/filament-pos/master/arts/print.png)\n\n## Installation\n\n```bash\ncomposer require tomatophp/filament-pos\n```\n\nwe need the Media Library plugin to be installed and migrated you can use this command to publish the migration\n\n```bash\nphp artisan vendor:publish --provider=\"Spatie\\MediaLibrary\\MediaLibraryServiceProvider\" --tag=\"medialibrary-migrations\"\n```\n\nnow you need to install the settings hub use these commands\n\n```bash\nphp artisan vendor:publish --provider=\"Spatie\\LaravelSettings\\LaravelSettingsServiceProvider\" --tag=\"migrations\"\nphp artisan filament-settings-hub:install\n```\n\nafter install your package please run this command\n\n```bash\nphp artisan filament-pos:install\n```\n\nfinally register the plugin on `/app/Providers/Filament/AdminPanelProvider.php`\n\n```php\n-\u003eplugin(\\TomatoPHP\\FilamentPos\\FilamentPOSPlugin::make())\n```\n\n## Use Filament Shield\n\nyou can use the shield to protect your resource and allow user roles by install it first\n\n```bash\ncomposer require bezhansalleh/filament-shield\n```\n\nAdd the Spatie\\Permission\\Traits\\HasRoles trait to your User model(s):\n\n```php\nuse Illuminate\\Foundation\\Auth\\User as Authenticatable;\nuse Spatie\\Permission\\Traits\\HasRoles;\n\nclass User extends Authenticatable\n{\n    use HasRoles;\n\n    // ...\n}\n```\nPublish the config file then setup your configuration:\n\n```php\n-\u003eplugin(\\BezhanSalleh\\FilamentShield\\FilamentShieldPlugin::make())\n```\n\nNow run the following command to install shield:\n\n```bash\nphp artisan shield:install\n```\n\nNow we can [publish the package assets]([https://github.com/bezhanSalleh/filament-shield](https://github.com/tomatophp/filament-users?tab=readme-ov-file#publish-assets)).\n\n```bash\nphp artisan vendor:publish --tag=\"filament-users-config\"\n```\n\nnow you need to allow it on the plugin options\n\n```php\n-\u003eplugin(\\TomatoPHP\\FilamentPos\\FilamentPOSPlugin::make()-\u003eallowShield())\n```\n\nfor more information check the [Filament Shield](https://github.com/bezhanSalleh/filament-shield)\n\n## Publish Assets\n\nyou can publish config file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-pos-config\"\n```\n\nyou can publish views file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-pos-views\"\n```\n\nyou can publish languages file by use this command\n\n```bash\nphp artisan vendor:publish --tag=\"filament-pos-lang\"\n```\n\n## Other Filament Packages\n\nCheckout our [Awesome TomatoPHP](https://github.com/tomatophp/awesome)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Ffilament-pos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomatophp%2Ffilament-pos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomatophp%2Ffilament-pos/lists"}