Topic: Include Morfy Library in Another PHP File
What is the correct way to include Morfy library in another file inside a plugin. For example, I have this file structure:
→ /plugins/ → /dashboard/ → dashboard.php → /views/ → compose.php → edit.php
I want to make the library also work in compose.php and edit.php
PS: The separated files are not part of dashboard.php, so they will always executed separately.