PHP Classes

File: .vscode/tasks.json

Recommend this page to a friend!
  Classes of Aleksey   PHP Framework Bootstrap 4 Template   .vscode/tasks.json   Download  
File: .vscode/tasks.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Framework Bootstrap 4 Template
Show application pages using Bootstrap templates
Author: By
Last change:
Date: 2 years ago
Size: 294 bytes
 

Contents

Class file image Download
{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "PHP Server", "type": "shell", "command": "php -S localhost:8000" } ] }