- 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.
- 秒懂設計模式
- Python數據可視化之Matplotlib與Pyecharts實戰
- 碼上行動:用ChatGPT學會Python編程
- Citrix XenServer企業運維實戰
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Python 3.7從入門到精通(視頻教學版)
- App Inventor 2 Essentials
- OpenCV 3.0 Computer Vision with Java
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- MATLAB 2020 GUI程序設計從入門到精通
- Java Web動態網站開發(第2版·微課版)
- Visual C++程序設計全程指南
- C# 7 and .NET Core 2.0 Blueprints
- Swift Essentials(Second Edition)
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)