Free Modern, Responsive and Clean TastyIgniter Theme based on Livewire and Bootstrap.
A modern, responsive TastyIgniter storefront theme built with Livewire and Bootstrap.
Upload the avisaas-theme folder into your TastyIgniter themes/ directory:
your-project/
├── themes/
│ └── avisaas-theme/ ← upload here
Connect to your server via SSH and run:
php themes/avisaas-theme/install.php
That's it! The installer will automatically:
Go to Admin Panel → Design → Themes, find AviSaaS Prime, and click Activate.
If you prefer to install manually or the installer doesn't work:
Open your project's root composer.json
Add to repositories:
"avisaas-theme": {
"type": "path",
"url": "themes/avisaas-theme"
}
Add to require:
"avisaas/avisaas-theme": "dev-main"
Run:
composer update avisaas/avisaas-theme
php artisan package:discover
php artisan cache:clear
| 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 |
MIT
Install these extensions on your site before using this item.
Other extensions and themes by AVi SaaS.
For developers
Create extensions or themes for TastyIgniter and earn revenue from the community. Join a growing ecosystem of developers building for restaurants worldwide.
Become an authorFree Modern, Responsive and Clean TastyIgniter Theme based on Livewire and Bootstrap.