Mark Lewis

Results 17 comments of Mark Lewis

I think the ports between guest and host need to match on Windows. I changed Vagrantfile to reflect: ``` lv4_config.vm.network :forwarded_port, guest: 80, host: 80, auto_correct: true lv4_config.vm.network :forwarded_port, guest:...

I've run into this issue and wonder what's the best approach currently?

@stancl WOW, I only needed to add the following to my testing MySQL Docker container ``` tmpfs: - /var/lib/mysql ``` Thank you!

Another benefit of using Laravel 4: Migrations and Seeding is that it allows you to rollback if needed.

The more I think about it the more I am convinced that the pulldown on over is not necessary. The information it reveals seems secondary to me. It was fun...

@bauhouse the Zurb navigation "on click" example is my preference as well. The more I experience the current navigation drawer behavior, the more I find it getting in the way...

I'm still experiencing alignment issues with these icons. Is there a solution?

Tests are a permanent thing. Each and every time the code base is touched, the tests can be executed with a single command to ensure changes to the code didn't...

BDD does sound good.

> So, the actual question is weather Symphony want's to be a monolithic CMF as it is now or more like a sophisticated admin bundle on top of an already...