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 | ||||
|---|---|---|---|---|
| ||||
(new Install())->processInstall(); |
Do not forgot remove this line whenever your modification is applied.