Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Symfony install for windows

//Open PowerShell
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
iwr -useb get.scoop.sh | iex
scoop install symfony-cli

//If you are building a traditional web application:
symfony new --webapp my_project

//If you are building a microservice, console application or API:
symfony new my_project
Source by symfony.com #
 
PREVIOUS NEXT
Tagged: #Symfony #install #windows
ADD COMMENT
Topic
Name
8+7 =