tastyigniter/core
TastyIgniter Core powers the TastyIgniter restaurant platform, providing the backend foundation for online food ordering and table reservations. Use it as the core package behind the TastyIgniter application and extensions.
TemplateSandbox, aligning with PCI-DSS for payment integrations and GDPR for reservation data.TemplateSandbox’s XSS protections.For Executives: *"TastyIgniter/core lets us launch a restaurant ordering platform in 3 months instead of 12 by using its pre-built admin panel, extension system, and geolocation tools. For example:
igniter:install) without custom builds.TemplateSandbox automatically sanitizes user-generated content (e.g., menu descriptions), reducing audit risks.
Cost: ~$5K for a white-label SaaS tier, with $20K/year in dev savings. ROI: 4x faster time-to-market for [Product X]."*For Engineering: *"Key leverage points for v4.2.3+:
permissions field) to scaffold role-based access. Tradeoff: Customize via config/admin.php or extend the NavigationService.composer require tastyigniter/payments). Caveat: Test extension conflicts early—some rely on core hooks.TemplateSandbox replaces manual Str::of() calls for sanitizing email templates or menu descriptions. Warning: Override sanitize() if you need custom rules.
Recommendation: Start with the TastyIgniter app repo for a full stack example, then extract core modules (e.g., OrderService) for your project."*For Security/Compliance:
*"The TemplateSandbox (v4.2.3+) mitigates XSS in user-generated templates by default, aligning with:
TemplateSandbox::sanitize() for edge cases (e.g., SVG support). Pair with Laravel’s validate() for additional input checks."*How can I help you explore Laravel packages today?