Book Image

FuelPHP Application Development Blueprints

By : Sebastien Drouyer
Book Image

FuelPHP Application Development Blueprints

By: Sebastien Drouyer

Overview of this book

Table of Contents (13 chapters)
FuelPHP Application Development Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Preliminary steps


You first need to follow the given steps:

  1. Install a new FuelPHP instance.

  2. Configure Apache and your host file to handle it. In this chapter, we will access our application by requesting http://mytest.app.

  3. Update Composer if necessary.

  4. Create a new database for your application.

  5. Configure FuelPHP in order to allow your application to access this database.

These steps have been covered in Chapter 1, Building Your First FuelPHP Application, so you might want to take a look at it.