Delivery order management system with driver assignment
Package: avisaas/ti-ext-delivery
Compatibility/Notes: Will not work without the Require POS (Core). Can be added alongside Takeaway, Delivery Management, Dine‑in and/or Waiter.

Public versions are available at: https://github.com/avisaas/extension-screenshots/tree/main/delivery
Raw images: https://raw.githubusercontent.com/avisaas/extension-screenshots/main/delivery/
Change note: Linked to public screenshots repo (2026-04-20).
composer.json if it is not on Packagist:"repositories": [
{ "type": "vcs", "url": "https://github.com/your-org/your-repo.git" }
]
composer require avisaas/ti-ext-delivery
php artisan migrate --path=extensions/avisaas/delivery/database/migrations
php artisan cache:clear
php artisan config:clear
php artisan view:clear
extensions/avisaas/delivery in your TastyIgniter installation.composer install --no-dev --prefer-dist
if [ -f package.json ]; then
npm install
npm run build || npm run prod || true
fi