Quotation module for the Zerp ERP platform. Sales quotation module for the Zerp ERP platform
- PHP 8.2+
- A Laravel application with package auto-discovery enabled (built for Zerp, Laravel 12)
composer require zerp/quotationThe package auto-registers via Laravel's package discovery - no manual service provider registration needed.
Zerp\Quotation\Providers\QuotationServiceProvider- boots this module's routes, migrations, and settings- Frontend pages/components under
src/Resources/js
MIT - see LICENSE.