- Learning PHP 7
- Antonio Lopez
- 138字
- 2021-07-09 20:17:37
Chapter 1. Setting Up the Environment
You are about to start a journey—a long one, in which you will learn how to write web applications with PHP. However, first, you need to set up your environment, something that has proven to be tricky at times. This task includes installing PHP 7, the language of choice for this book; MySQL, the database that we will use in some chapters; Nginx, the web server that will allow us to visualize our applications with a browser; and Composer, the favorite PHP dependencies management tool. We will do all of this with Vagrant and also on three different platforms: Windows, OS X, and Ubuntu.
In this chapter, you will learn about:
- Using Vagrant to set up a development environment
- Setting up your environment manually on the main platforms
推薦閱讀
- 精通Nginx(第2版)
- 觸·心:DT時代的大數據精準營銷
- Android Development with Kotlin
- Rust編程從入門到實戰
- Java程序員面試算法寶典
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Jenkins Continuous Integration Cookbook(Second Edition)
- SQL Server與JSP動態網站開發
- Android Wear Projects
- Android項目實戰:手機安全衛士開發案例解析
- C# Multithreaded and Parallel Programming
- Programming Microsoft Dynamics? NAV 2015
- QGIS 2 Cookbook
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- Scala Functional Programming Patterns