symfony採坑

2018年7月31日21:43:17php

安裝html

首先安裝composer 注意laravel

windows下注意windows

[curl]
 
curl.cainfo =E:\phpStudy\PHPTutorial\php\php-7.0.12-nts\cacert.pem

[openssl]
 
openssl.cafile=E:\phpStudy\PHPTutorial\php\php-7.0.12-nts\cacert.pem
 
cacert.pem https://curl.haxx.se/docs/caextract.html
不會composer 請看 https://www.cnblogs.com/zx-admin/p/9212286.html
 
注意目前經常使用的3.4和4.1區別比較大
4.1須要php7.1以上,並且翻譯的文檔目前沒有中文的
3.4 最好php5.4以上
測試的是php-7.0.12,若是是新項目建議 4.1 http://www.phpbenchmarks.com/en/comparator/frameworks.html 性能不錯
3.4安裝
php -r "readfile('http://symfony.com/installer');" > symfony

php symfony new E:\phpStudy\PHPTutorial\WWW\my_project 3.4 能夠指定版本也能夠不執行

4.1安裝php7

composer create-project symfony/skeleton E:\phpStudy\PHPTutorial\WWW\project

須要php7.1以上否則報錯composer

 

首先談下demo代碼初始感受,很簡單,可是目錄名稱都不算特別準確,不像tp laravelcurl

可是感受起來還不錯性能

直接基於php運行測試

php bin/console server:run
http://localhost:8000

注意在項目根目錄url

相關文章
相關標籤/搜索