1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-16 16:52:23 +02:00
12 Modules Development
FreeScout edited this page 2024-06-18 10:41:28 +03:00

Modules allow to extend FreeScout functionality (just like WordPress plugins). Every single aspect of FreeScout can be adjusted via modules. It is achieved by adding actions/filters to the core.

If you need to add some action/filter to the application, just create a pull request. If you need to adjust some existing module - see this.

Modules are developed using Laravel-Modules v2 package (documentation).

FreeScout Modules Development Guide