Hi, I used the previous versions of uFlex and it worked fine.
In 1.0 > I copy the content of the demo folder in to the root of my project, install goes well, then this error hapens:
Fatal error: Class 'ptejada\uFlex\User' not found in ...\p2ploans\core\config.php on line 7
The line:
$user = new \ptejada\uFlex\User();
What am I missing?
(I also moved the autoload.php to the root and edited the path to it (line 4 of config.php).