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
The readme does only cover installation using composer
The text was updated successfully, but these errors were encountered:
I got it up and running with the following configuration:
deps
[SlikDompdfBundle] git=https://github.com/SlikNL/DompdfBundle.git target=/bundles/Slik/DompdfBundle
app/autoload.php
'Slik' => __DIR__.'/../vendor/bundles',
app/AppKernel.php
new Slik\DompdfBundle\SlikDompdfBundle(),
Can somone please confirm this?
Sorry, something went wrong.
I'm guessing you are using SF 2.0.x. This bundle has not been tested for that version, I have only used SF 2.1+.
No branches or pull requests
The readme does only cover installation using composer
The text was updated successfully, but these errors were encountered: