MrP

Results 3 comments of MrP

At the moment there is a bug with the "master" repo, so you'll need to grab v2.0 via composer

Could you share your project via github? My services.php looks something like this: ``` php $di = new FactoryDefault(); //Make config settings available $di->set('config', $config, true); /** * Plugging the...

Did you remember to configure the 'pup' array in your config? It should look something like this: ``` php //Example of settings used by PhalconUserPlugin 'pup' => array(//[P]halcon[U]ser[P]lugin 'redirect' =>...