- 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
推薦閱讀
- Mastering JavaScript Object-Oriented Programming
- 自制編譯器
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- 新手學Visual C# 2008程序設計
- Mastering Apache Spark 2.x(Second Edition)
- H5頁面設計:Mugeda版(微課版)
- Visual C#通用范例開發金典
- Integrating Facebook iOS SDK with Your Application
- 利用Python進行數據分析
- 鴻蒙OS應用編程實戰
- XML程序設計(第二版)
- Getting Started with JUCE
- C#程序開發參考手冊
- C/C++程序設計教程
- 多接入邊緣計算實戰