laradock

Published

Tags

Running Laravel projects on Windows 10 using Docker

Introduction Nowadays I’m into PHP & Docker. Yep that’s right this .NET boy is going wild! As I’m learning all these new concepts it became clear that you don’t really start from scratch with PHP but you choose a framework. I ended up choosing Laravel because it is popular, has a beautiful website and there is this thing called Laracasts. Laracasts - It’s Kinda Like Netflix for Your Career! Basic Task List In this blogpost we’re going to create the Basic Task List example from the Laravel documentation using LaraDock instead of Homestead on Vagrant. To…