{38} - 3.3.5 Fire It Up

{1651} - 3.3.5 Fire It Up

Alright, let's see CakePHP in action. Depending on which setup you used, you should point your browser to http://example.com/ or http://example.com/cake_install/. At this point, you'll be presented with CakePHP's default home, and a message that tells you the status of your current database connection.

Congratulations! You are ready to create your first CakePHP application.

Differences

Lines: 1-2Lines: 1-7
 <title>Fire It Up</title> <title>Fire It Up</title>
- +<p>
Alright, let's see CakePHP in action. Depending on which setup you used, you should point your browser to http://example.com/ or http://example.com/cake_install/. At this point, you'll be presented with CakePHP's default home, and a message that tells you the status of your current database connection.
</p>
<p>
Congratulations! You are ready to create your first CakePHP application.
</p>