Dave Marshall

Results 121 comments of Dave Marshall

Well, I imagine a lot of shared hosts don't allow people to update the php ini, which is where you can set the root certificate things (I forget the details),...

Pretty much anything that isn't an entity or interactor :) So for example, the boundary for the place bid use case, includes it's dependencies (https://github.com/igorw/doucheswag/blob/master/src/Douche/Interactor/Bid.php) and whatever calling code executes...

The required dependencies are interfaces to the outside world as well, just not direct ones from the point of view of the usual calling code.

``` phpmig rollback ```

Not sure in that case I'm afraid, been a while since I dug around in this codebase. Perhaps just try looking in the RollbackCommand https://github.com/davedevelopment/phpmig/blob/c55d2f803d1242ce08742aa61e1b410802a00932/src/Phpmig/Console/Command/RollbackCommand.php ?

I've kinda started something along these lines, my thoughts were that if you wanted a separate log for each migration sets, you'd have to provide phpmig with an adapter and...

@reenl was that meant for a different issue?

Hi there, The best way to run it is from the root of your directory: ``` $ vendor/bin/phpmig ``` I have my `$PATH` environment variable set up to include `vendor/bin`...

I think the engine probably depends on the constructor being the way it is, hence the final. We'd need something more robust than just removing the `final` on the constructor.

It's not particularly something I would use, but I'm not against it and would happily accept a contribution, provided it's optional. Just FYI, the reasons I wouldn't use it: -...