- 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.
- 潮流:UI設(shè)計(jì)必修課
- OpenCV 3和Qt5計(jì)算機(jī)視覺應(yīng)用開發(fā)
- Java開發(fā)入行真功夫
- Windows Presentation Foundation Development Cookbook
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開發(fā)實(shí)例教程
- Julia Cookbook
- Oracle Database 12c Security Cookbook
- Nexus規(guī)模化Scrum框架
- C程序設(shè)計(jì)實(shí)踐教程
- HTML5權(quán)威指南
- FFmpeg開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線
- Elasticsearch Essentials
- Python硬件編程實(shí)戰(zhàn)
- 實(shí)驗(yàn)編程:PsychoPy從入門到精通
- 從零開始構(gòu)建深度前饋神經(jīng)網(wǎng)絡(luò):Python+TensorFlow 2.x