tomatophp/tomato-pos-module

Full POS system for tomato ordering and inventory

Fund package maintenance!
3x1io

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Language:Blade

Type:laravel-module

This package is auto-updated.

Last update: 2024-04-21 09:19:30 UTC


README

Screenshot

Tomato POS

Full POS system for tomato ordering and inventory

big thanks for tailwind-pos for the tailwind POS Theme

Installation

composer require tomatophp/tomato-pos-module

after install your package please run this command

php artisan tomato-pos:install

Add Style

you need to add style.css to you app.css please on this file resources/css/app.css add this line after the imports

@import url('../../Modules/TomatoPos/resources/assets/css/style.css');

Publish Assets

you can publish config file by use this command

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

you can publish views file by use this command

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

you can publish languages file by use this command

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

you can publish migrations file by use this command

php artisan vendor:publish --tag="tomato-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.