Looking for a custom TastyIgniter theme or extension development? Learn more

Delivery Management

Delivery order management system with driver assignment

View support forum
$49.00 
billed yearly
  Includes updates and support
  30 day money-back guarantee

Delivery Management

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.

Screenshots

Delivery screen 1 Delivery screen 2 Delivery screen 3 Delivery screen 4 Delivery screen 5

Public screenshots

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).

Installation

  1. Add the repository to your application's composer.json if it is not on Packagist:
"repositories": [
  { "type": "vcs", "url": "https://github.com/your-org/your-repo.git" }
]
  1. From your TastyIgniter root:
composer require avisaas/ti-ext-delivery
  1. In the Admin panel, go to System > Extensions and install/enable "Delivery Management".
  2. Run migrations from your app root:
php artisan migrate --path=extensions/avisaas/delivery/database/migrations
  1. Clear caches:
php artisan cache:clear
php artisan config:clear
php artisan view:clear

Option B: Manual install

  1. Copy this folder to extensions/avisaas/delivery in your TastyIgniter installation.
  2. From the extension folder, install PHP dependencies:
composer install --no-dev --prefer-dist
  1. If the extension ships frontend assets, build them:
if [ -f package.json ]; then
  npm install
  npm run build || npm run prod || true
fi
  1. From your app root, run migrations and clear caches using the same commands above.
View support forum
$49.00 
billed yearly
  Includes updates and support
  30 day money-back guarantee

Build and sell all things TastyIgniter

Become an Author
Continue