Stand out with a custom theme or extension built around your restaurant. Talk to us →
Explore Extensions Themes

AviSaaS Prime

Free Modern, Responsive and Clean TastyIgniter Theme based on Livewire and Bootstrap.

Downloads
0
Latest version
v1.2.5
Supported version
v4.x

AviSaaS Prime Theme

A modern, responsive TastyIgniter storefront theme built with Livewire and Bootstrap.

Requirements

  • TastyIgniter v4.0+
  • PHP 8.3+
  • SSH access to your server (for running the installer)

Installation (2 Steps)

Step 1: Upload

Upload the avisaas-theme folder into your TastyIgniter themes/ directory:

your-project/ ├── themes/ │ └── avisaas-theme/ ← upload here

Step 2: Run the Installer

Connect to your server via SSH and run:

php themes/avisaas-theme/install.php

That's it! The installer will automatically:

  • ✅ Configure Composer autoloading
  • ✅ Register the theme's service provider
  • ✅ Clear all caches
  • ✅ Verify the installation

Step 3: Activate

Go to Admin Panel → Design → Themes, find AviSaaS Prime, and click Activate.


Manual Installation (Advanced)

If you prefer to install manually or the installer doesn't work:

  1. Open your project's root composer.json

  2. Add to repositories:

    "avisaas-theme": { "type": "path", "url": "themes/avisaas-theme" }
  3. Add to require:

    "avisaas/avisaas-theme": "dev-main"
  4. Run:

    composer update avisaas/avisaas-theme php artisan package:discover php artisan cache:clear

Troubleshooting

Error Solution
Unable to find component: [avisaas-theme::utils.modal] Run the installer again: php themes/avisaas-theme/install.php
Class AviSaaS\Theme\ServiceProvider not found Run: composer dump-autoload && php artisan package:discover
Modal not opening Hard refresh your browser: Ctrl+Shift+R
Assets not loading Run: php artisan vendor:publish --tag=laravel-assets --force

License

MIT

The Author

AVi SaaS

8 items 2 stars
View author profile

More from this author

Other extensions and themes by AVi SaaS.

View all

For developers

Build and sell on the marketplace

Create extensions or themes for TastyIgniter and earn revenue from the community. Join a growing ecosystem of developers building for restaurants worldwide.

Become an author