Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 515 Bytes

31-extension-management.md

File metadata and controls

28 lines (18 loc) · 515 Bytes

Extensions

You can integrate any Yii2 extension or PHP library into Phundament 4.

Finding packages

  • Packagist
  • composer search ...
  • packaii (available from the application backend dashboard)

Installing packages

composer require vendor/package

Configuring packages

tbd

Show installed packages

composer show --installed

Or also through packaii in the backend.