- 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
推薦閱讀
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第二版)
- 控糖控脂健康餐
- R語言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- Ext JS 4 Web Application Development Cookbook
- Android底層接口與驅(qū)動開發(fā)技術(shù)詳解
- 高級語言程序設(shè)計(jì)(C語言版):基于計(jì)算思維能力培養(yǎng)
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- 多模態(tài)數(shù)據(jù)分析:AGI時代的數(shù)據(jù)分析方法與實(shí)踐
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Hack與HHVM權(quán)威指南
- The Statistics and Calculus with Python Workshop
- Learning TypeScript