Skip to content

AeriaPlugin

simmontali edited this page Sep 9, 2019 · 2 revisions

⚠️ Warning: This page refers to Aeria v1, therefore the informations in it are deprecated and will not work on Aeria v3.

Con AeriaPlugin è possibile includere plugins di aeria

Plugin Disponibili

  • Optimize
  • NoComments
  • RewriteRulesInspector
  • RootRelativeURLS
  • UserProfilePhoto

Esempio di implementazione

AeriaPlugin::enable([
  'Optimize',
  'RootRelativeURLS',
  'NoComments'
]);
Clone this wiki locally