/phpenv1-example

Example project for Jump Start PHP Environment

Primary LanguageCSS

Example Guestbook App

This is an example application for the Jump Start PHP Environment book.

The application is developed in the last chapter of the book, building on the theory from previous chapters.

Bonus Content

As promised in the final chapter, the links to all bonus content regarding this app (the explanation of its code and the implementation of advanced features beyond the scope of the book) will be listed here. Coming soon.

Where to go next

This the list from the end of the chapter - for those who want to learn more and need pointers on where to go. It will be kept up to date as much as possible.

To learn about HTML and CSS:

To learn about modern PHP and MySQL:

To learn about the basics of automatic testing:

To learn about the Laravel framework, it's best if you look at https://laracasts.com/, while for Symfony, you'd best check out what http://knpuniversity.com has to offer.

Finally, to automate the last step of this chapter - deployment - and set it up so it happens every time you, for example, push to the master branch (and for the various names these procedures share), see:

For a constantly updated version of this list, see the README file of the example's repository at https://github.com/spbooks/phpenv1-example, or read http://phptherightway.com.