milestone / smartkitchen
Smart Kitchen - KOT
Package info
github.com/MilestoneInnovativeTechnologies/SmartKitchen
Language:Vue
Type:laravel-package
pkg:composer/milestone/smartkitchen
1.9.66
2024-09-08 09:54 UTC
Requires
- doctrine/dbal: ^2.12
- guzzlehttp/guzzle: ^7.0.1
- hisorange/browser-detect: ^4.5
- mike42/escpos-php: ^3.0
- spatie/laravel-medialibrary: ^9.0.0
- tymon/jwt-auth: ^2.0
This package is auto-updated.
Last update: 2026-06-08 14:07:31 UTC
README
- Install laravel
- cd project
- composer require milestone/smartkitchen
- update
APP_URLin env file - set db params in env file
- make email field length to 64 of users,password_resets in base migration
- make uuid field length to 191 of failed_jobs in base migration
- php artisan
vendor:publish - set config > sk.php > domain properly
- set config > sk.php > time zone
- modify other setting in
sk.phpif necessary - php artisan migrate
- php artisan jwt:secret
- add line
MEDIA_DISK=mediato .env file - comment every routes in web.php
Subscription
Device
get the serial key of device, add branch at milestoneit.net
Cloud & PC
set a web serial in milestoneit.net and give the same at config > sk.php > web_serial = SERIAL
By default a login is created for admin. Pin: 0000, Login: admin, Password: password
it is requested to add company name and location in settings
Configuration
- set printers
SMS Gateway
This should be enabled in subscription. Once this enabled, admin portal will have menu for creating templates. More details are mentioned in sms doc