- FuelPHP Application Development Blueprints
- Sébastien Drouyer
- 315字
- 2021-07-23 20:25:52
Chapter 1. Building Your First FuelPHP Application
Throughout the book, we will use the FuelPHP framework to build different types of projects. The objective of this chapter is to make you familiar with the basics of the framework and create your first project as quickly as possible. We won't create anything exceptional in this chapter and there will be very little coding, but we will go through the whole process from installing FuelPHP to publishing your project on a production server. You will learn the necessary basics for the other projects as well.
By the end of the chapter, you should know the following:
- A common development process of a FuelPHP application
- How to install FuelPHP (the latest or a specific version)
- The FuelPHP file system hierarchy
- Two different ways to configure Apache to access your application
- How to configure FuelPHP to connect to a database
- The oil command line and how to use it for scaffolding your application
- How does an application respond to a URL requested by a visitor
- What are the FuelPHP templates
- How to publish your project to a host
Since this book is intended for intermediate developers, we will assume that you have already installed Apache and MySQL on your system. Some prior knowledge of Git and Composer is an added advantage as you might need it, but you should be fine in this book if you are not familiar with these tools. However, for advanced applications that need collaboration between several developers mastering them is highly recommended.
In this chapter, we will go from installing the FuelPHP framework to having a functional – though limited – web application. As our objective here is to introduce the framework and create a sample application as quickly as possible, we won't address important topics such as the ORM, which will be addressed in Chapter 2, Building a To-do List Application.
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Python程序設計教程(第2版)
- Python數據分析入門與實戰
- SoapUI Cookbook
- Building Modern Web Applications Using Angular
- 算法訓練營:入門篇(全彩版)
- jQuery EasyUI網站開發實戰
- Unity Virtual Reality Projects
- 機械工程師Python編程:入門、實戰與進階
- 老“碼”識途
- 網店設計看這本就夠了
- Java EE 7 Development with NetBeans 8
- 零基礎學Python數據分析(升級版)
- 計算機應用基礎實踐教程