Training module for the Zerp ERP platform. Employee training management 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/trainingThe package auto-registers via Laravel's package discovery - no manual service provider registration needed.
Zerp\Training\Providers\TrainingServiceProvider- boots this module's routes, migrations, and settings- Frontend pages/components under
src/Resources/js
MIT - see LICENSE.