We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm new in php an composer. It'd be great if someone could help with this error. I made:
$ git clone git://github.com/digitick/php-sepa-xml
$ cd php-sepa-xml
$ composer.phar install Loading composer repositories with package information Installing dependencies (including require-dev) Nothing to install or update Generating autoload files
$ vim example.php
$ php example.php PHP Fatal error: Class 'TransferFileFacadeFactory' not found in /var/www/php-sepa-xml/example.php on line 6
The text was updated successfully, but these errors were encountered:
You must add this line before calling TransferFileFacadeFactory: use Digitick\Sepa\TransferFile\Factory\TransferFileFacadeFactory;
use Digitick\Sepa\TransferFile\Factory\TransferFileFacadeFactory;
See PHP namespaces: http://fr2.php.net/manual/en/language.namespaces.php
This is not an issue.
Sorry, something went wrong.
Thank you.
No branches or pull requests
Hi, I'm new in php an composer. It'd be great if someone could help with this error. I made:
$ git clone git://github.com/digitick/php-sepa-xml
$ cd php-sepa-xml
$ composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Nothing to install or update
Generating autoload files
$ vim example.php
$ php example.php
PHP Fatal error: Class 'TransferFileFacadeFactory' not found in /var/www/php-sepa-xml/example.php on line 6
The text was updated successfully, but these errors were encountered: