how-to

A single article

Running Laravel projects on Windows 10 using Docker

Published

Tags

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 . In this blogpost we're going to create the example from the Laravel documentation using instead of on Vagrant. To get started I assume: Open a PowerShell window and create a new project folder. PS MyUser\Projects>mkdir laravel-basic-task-list ProTip: start…