Get the Tutorial ApplicationΒΆ

You can get the Pop PHP Framework tutorial application over via composer or directly from Github.

Install via composer:

$ composer create-project popphp/popphp-tutorial project-folder
$ cd project-folder
$ ./kettle serve

If you run the commands above, you should be able to see Pop welcome screen in your browser at the http://localhost:8000 address.

Install via git:

You can clone the repository directly and install it and play around with it there:

$ git clone https://github.com/popphp/popphp-tutorial.git
$ cd popphp-tutorial
$ composer install
$ ./kettle serve

Again, running the above commands, you should be able to visit the Pop welcome screen in your browser at the http://localhost:8000 address.