Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Validate App

whenever app install.php modified, you must re-install your app to make the new configuration affected.
By simple, go to end of start.php, pasted this line, open browser and refresh pages once then remove this line.

Code Block
php
php
(new Install())->processInstall();

Do not forgot remove this line whenever your modification is applied.