Closed XartIrok closed 8 years ago
Composer way:
Use composer.json
as follows:
{
"require": {
"phalcon/incubator": "^2.0"
}
}
then run the composer installer:
$ php composer.phar install
and use something like
include_once vendor/autoload.php
without $loader->registerNamespaces
i must say is strange, but now is working thanks
I have same problem.
I use include_once vendor/autoload.php in bootstrap file but have the problem.
Swift 6.0.0 (2017-05-19) CHANGES: removed Swift_MailTransport and Swift_Transport_MailTransport
How now I can use driver "mail" ?
$helper->getLoginUrl(your_redirect_url, ['email']);
add the email scope like the above example... this solved the problem for me
error
section to load
i use composer to install, mayby there is wrong