Multi-vendor car rental marketplace with powerful plugin-based architecture
Fully modular system where each plugin is self-contained with its own routes, database schema, templates, and assets.
Production-ready with opcode caching, route caching, template compilation, and database connection pooling.
Built-in CSRF protection, input validation, SQL injection prevention, and secure session management.
Server-side rendered templates with minimal vanilla JavaScript for optimal performance and SEO.
Automatic route registration from plugins with caching and middleware support for maximum flexibility.
Built-in API endpoints for plugin management with rate limiting and comprehensive error handling.
Currently active plugins in the system:
{{ if empty($plugins) }}No plugins are currently active. Add plugins to the /plugins/
directory to get started.
{{ $plugin['description'] ?? 'No description available' }}
/plugins/
with a plugin.json
configuration filefrontend/templates/
for your plugin viewsfrontend/css/
and frontend/js/
database/schema.sql
Check out the blogTemplate plugin as a complete example of all these features working together!