{
    "version": "0.0.1",
    "configurations": [
        {
            "name": "sauvermonentreprise",
            "runtimeExecutable": "php",
            "runtimeArgs": ["artisan", "serve", "--host=127.0.0.1", "--port=8031"],
            "port": 8031,
            "autoPort": false
        }
    ]
}
