+ Added .env file support for configuring scope: https://github.com/frdlweb/webfat/blob/0d925efcef0198b81d27fa25e1437c458bcccc2f/public/index.php#L4354
Import shortcuts and facades into ANY namespaceYou can now import the facades into ANY namespace.So this works: <?phpnamespace MyNamespace1;&nbs...
The environment variable “FRDL_HOME” defines the global root directory of the frdl-context (the directory where the apps global scope lives in, different to t...
Although most things are cached now, the "boostrap process" is too slow.Does anyone have any suggestions to increase performance on this?https://github.com/frdlweb/webfat/blob/cd8280643f1f4ebefd7adb9ceeda98c5ff16deb0/public/index.php#L5074