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

Takeaway Management

Takeaway order management system with pickup scheduling

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

Takeaway Management

Package: avisaas/ti-ext-takeaway

Compatibility/Notes: Will not work without the Require POS (Core). Can be added alongside Takeaway, Delivery Management, Dine‑in and/or Waiter.

Screenshots

Takeaway screen 1 Takeaway screen 2 Takeaway screen 3 Takeaway screen 4

Public screenshots

Public versions are available at: https://github.com/avisaas/extension-screenshots/tree/main/takeaway

Raw images: https://raw.githubusercontent.com/avisaas/extension-screenshots/main/takeaway/

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-takeaway
  1. In the Admin panel, go to System > Extensions and install/enable "Takeaway Management".
  2. Run migrations from your app root:
php artisan migrate --path=extensions/avisaas/takeaway/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/takeaway 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