You can use Sequel Pro with Vagrant by setting up SSH under ‘SSH’ on the connections page. The MySQL credentials will be the ones used
When using Vagrant and you attempt to ‘ls’ the directory where you have your project mounted and you receive “ls: memory exhausted”, it is because
I did a bit of googling on how to delete remote git tags and there was a lot of options, some of which seemed a
If your receiving the error “The current node list is empty” while using Behat, then likely your project is returning an HTTP 500 error. This
Using Behat i needed to be able to set a date in a form (x) number of days from the current date. This however is
While needing to write a test to check the order of 2 items (within a given CSS query) in Behat, I did a little googling
So i had to implement a mechanism to re-order Categories and also Boards for my forum bundle, and with though there are many ways to
I was wanting a new bread crumb bar for my site CodeConsortium and i spent considerable time looking for a pre made solution that did
The voter access decision strategy can be set in your Symfony2 app/config/security.yml. You have the choice of 3 approaches (Unanimous, Affirmative, Consensus). Set your strategy to
I needing to setup a staging environment that more or less emulates the platform of your deployment system, i needed to setup a LAMP stack