📄️ Package development
Creating packages for the Qore is the same as creating packages for your Laravel projects.
📄️ Actions and hooks
When building large applications with multiple modules and plugins installed, it might get hard to customize or hook
📄️ Plugins
A Plugin (typically a laravel package) is a feature that can be active/inactive, and can be installed via composer.
📄️ Modules
A module (typically a laravel package) is a feature that can be active/inactive, and can be installed via composer.
📄️ Installing modules & plugins
Each module and plugin is registered as a composer package inside Gitlab.
📄️ API Integration
It is possible to connect with your Qore application through an API.