Tagged Questions
0
votes
1answer
41 views
Symfony2 installing FOSUserBundle issue
I want to install FOSUserBundle in symfony2 but when I tell the composer to download the bundle nothing happens.
Here is the composer.json
"require": {
"php": ">=5.3.3",
...
0
votes
1answer
31 views
Open inviter Symfony2- artseld/openinviter-bundle
https://github.com/artseld/ArtseldOpeninviterBundle
I cant install this bundle in my symfony 2.2.
Problem 1
- The requested package artseld/openinviter-bundle could not be found in any version, ...
0
votes
2answers
29 views
Symfony + Composer update history
I'm using composer to update symfony bundles,
after updating all bundles, I'm getting some errors and I'd like to restore the previous versions, the problem is that on my composer the version are like ...
3
votes
2answers
92 views
Maintainig very own vendor with composer and git Symfony2 Bundle
I created a vendor lib (Symfony2 Bundle) in git repository. Added composer.json to it.
In multiple projects I use it as a vendor (vcs in composer.json).
Everything works fine unless I want to modify ...
1
vote
1answer
433 views
Composer cannot find package for a Symfony2 bundle
I'm creating a Symfony2 bundle hosted on GitHub. I suppose that everything is configured well! However, when I try to install it something goes wrong.
Here follows a summary of the key info.
First, ...
0
votes
1answer
162 views
Symfony2 using third party vendors inside a bundle
I am creating a CpanelBundle which will integrate the Cpanel xmlapi into Symfony.
I will use the class provided by CpanelInc here: https://github.com/CpanelInc/xmlapi-php.
I want to make this bundle ...
2
votes
2answers
44 views
symfony2 Bundle Updater
I have a Sf2 project that I would like to distribute. The project is already usable but should/will be modified as time pass so I am looking for a solution, without reinventing the wheel, to implement ...
1
vote
0answers
110 views
Automatically Add Register Bundles in AppKernel using Composer and post-install-cmd?
I've seen this and currently trying to implement this as an option:
Is there a way to update automatically the AppKernel in symfony2?
But has anyone ever used Composer to Automatically Register a ...
4
votes
2answers
284 views
Is there a way to update automatically the AppKernel in symfony2?
Maybe something similar to the generate:bundle command (which after generating the bundle prompts to update the AppKernel) or to Composer (which updates your autoload with the dependencies you ...
0
votes
1answer
400 views
How can I install FosJSRoutingBundle of Symfony2.1
I want't to install FosJSRoutingBundle, but the readme file say to install it by using dep.
Notice that I updated my app to Symfony2.1 and I use composer.json and composer.phar to install any bundles ...
0
votes
1answer
104 views
Symfony Own Private Vendor
I have a private bundle that I import in the vendor.
Now, I'm working in my project and want to edit some code in the vendor bundle.
Now I've done that and want to commit to code, so I go the dir of ...