Questions tagged [vendors]
36 questions
27
votes
6 answers
Composer revert packages
I am building a new app in Symfony 2.1. I am using a lot of bundles pulled in using composer. A lot of these bundles have problems with this latest version of Symfony and I am having to go into the /vendor folder to identify the issues.
This means…

lopsided
- 2,370
- 6
- 28
- 40
13
votes
2 answers
Is there a place to get the laravel `vendor` folder in one spot?
I realize that this is what composer is used for, but I don't particularly like it. It makes sense, but it annoys me that laravel5's github doesn't work out of the box because it's vendor directory is somewhat large and isn't necessarily laravel5,…

Alexander Kleinhans
- 5,950
- 10
- 55
- 111
8
votes
7 answers
Best SSL certificates provider?
I am going to switching SSL onto a Rails site of mine pretty soon and was wondering if anyone has thoughts or suggestions as to who is the best provider?
Does anyone have any happy stories or horror regarding certain vendors??
Thanks
Kent

neofetter
- 3,004
- 2
- 26
- 26
6
votes
2 answers
Is it possible to share an Symfony2 installation (multiple websites [domains] on one server)
I want to host multiple Symfony2 based websites under one root (server). Would it be possible to share the symfony own files? (vendors etc.). Does someone know a tutorial? Is it hard to manage? AFAIK a Symfony installation has about 600MB and I…

NaN
- 3,501
- 8
- 44
- 77
4
votes
3 answers
Symfony2 : --reinstall issue
I have been trying to install Buzz for Symfony2. I added it to the deps file, and tried to update my vendors :
php bin/vendors update
The command simply tells me that I've installed the standard version, and that I should try to use :
php…

Gabriel Theron
- 1,346
- 3
- 20
- 49
3
votes
2 answers
Pass variables to shortcode from the url in Wordpress
I have made a simple WP plugin, that will get some documents from calameo.com and present them in a nice manner. I have made a custom shortcode for it. Let's call it "Shortcode"…
I will have [Shortcode vendor=vendor1] to show only the documents…

Jens Skov
- 31
- 1
- 2
3
votes
1 answer
How to install vendor bundle WITHOUT composer (corporate network)
First of all, I can't use composer because Im under a corporate network. I tried everything to get composer working :
HTTP_PROXY, HTTPS_PROXY, HTTPS_FULLURI ... Nothing is working. Composer diag gives an OK status for http packagist but FAILS for…

Umar3x
- 1,084
- 10
- 22
3
votes
1 answer
Re-install vendors from composer.lock (not composer.json)
In my project I have some Composer vendor libraries that have been manually edited; my purpose is to restore them to the original state, on my development machine.
I unfortunately triggered a composer update so I don't have a correct composer.lock…

Kamafeather
- 8,663
- 14
- 69
- 99
2
votes
1 answer
Possible solutions for using TFS and SVN in multiple vendor projects?
I'm working to establish a source control solution that will allow multiple vendors to contribute to a single project (multiple Sitecore CMS sites in a single installation). Ideally we'd like to go with TFS as it seems to fit our in-house…

James Walford
- 2,953
- 1
- 24
- 37
2
votes
8 answers
Microsoft Visual Studio License
I developed a small winforms application for myself in Microsoft Visual Studio 2008 Professional Edition at my workplace, the Visual Studio is licensed to the firm I work at.
If I want to sell that application, what are my license options?
EDIT:
The…

Germstorm
- 9,709
- 14
- 67
- 83
2
votes
1 answer
npm - managing vendors for distribution
I am playing with Gulp.js & npm recently, it's great. However, I do not really get the idea of npm as a package manager for packages which will get pushed for dist.
Let's go with an example.
I want to download the latest jquery, bootstrap and…

ficus
- 196
- 2
- 17
2
votes
1 answer
Typical Pattern for multiple providers/vendors?
I'm building a software product, in which the customer will be able to configure their system to use any one of 3 or 4 pre-integrated payment gateway vendors. (eg: PayPal, Authorize.net, etc).
The customer will log into the application, navigate to…

Mike King
- 261
- 1
- 8
2
votes
3 answers
Correct way to develop a large application
We are developing a very large web application in .Net 3.5. Two separate vendors are involved having expertise in different areas. Both the vendors are located remotely and working on separate functional area of the same web application. I was…

Bhushan Bhangale
- 10,921
- 5
- 43
- 71
2
votes
2 answers
Symfony bin/vendors local modifications
I'm trying to install a new Symfony project without vendors preinstalled. I'm running Windows and i have used the following guide from the Symfony cookbook:
How to Create and store a Symfony2 Project in git
I'm fairly new to both Git and Symfony.…

Esben
- 1,943
- 1
- 18
- 37
1
vote
2 answers
Symfony2 run bin/vendors git error
I downloaded the latest symfony2 (2.0.10) and tried to run bin/vendors install but it prints the following:
Installing/Updating symfony
Cloning into /Users/i/sf2_proj/vendor/symfony...
error: Failed connect to github.com:80; Operation timed out…

haxpanel
- 4,402
- 4
- 43
- 71