Skip to content
New issue

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

How do you install this bundle without composer? #5

Open
BillyTom opened this issue May 21, 2013 · 2 comments
Open

How do you install this bundle without composer? #5

BillyTom opened this issue May 21, 2013 · 2 comments

Comments

@BillyTom
Copy link

The readme does only cover installation using composer

@BillyTom
Copy link
Author

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?

@ChristianVermeulen
Copy link
Contributor

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+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants