Php – In Yii2 how can I use a class in the root folder?
I would like to use my class rootfolder/assets/AppAsset.php from my backend class rootfolder/backend/views/layouts/view.php however I can't seem to reference it. I cannot do assetsAppAsset, ....assetsAppAssets Is there a way I can use this class that is inside the root folder…