- Symfony2 Essentials
- Wojciech Bancer
- 206字
- 2021-07-16 20:06:57
Installation
Prior to installing Symfony2, you don't need to have a configured web server. If you have at least PHP version 5.4, you can use the standalone server provided by Symfony2. This server is suitable for development purposes and should not be used for production. It is strongly recommend to work with a Linux/UNIX system for both development and production deployment of Symfony2 framework applications. While it is possible to install and operate on a Windows box, due to its different nature, working with Windows can sometimes force you to maintain a separate fragment of code for this system.
Note
Even if your primary OS is Windows, it is strongly recommended to configure Linux system in a virtual environment. Also, there are solutions that will help you in automating the whole process. As an example, see more on https://www.vagrantup.com/ website.
To install Symfony2, you can use a few methods as follows:
- Use a new Symfony2 installer script (currently, the only officially recommended). Please note that installer requires at least PHP 5.4.
- Use a composer dependency manager to install a Symfony project.
- Download a
zip
ortgz
package and unpack it. - It does not really matter which method you choose, as they all give you similar results.
- Arduino by Example
- 云原生Spring實戰
- 編寫高質量代碼:改善C程序代碼的125個建議
- Java程序設計與實踐教程(第2版)
- Mastering Ext JS
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Building Android UIs with Custom Views
- 圖數據庫實戰
- Statistical Application Development with R and Python(Second Edition)
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Go語言開發實戰(慕課版)
- Raspberry Pi Robotic Projects(Third Edition)
- .NET Standard 2.0 Cookbook
- Practical GIS