/phinx-screencast

Sample project from the Phinx screencast

Primary LanguageTwig

Phinx: Sample Project for the Screencast

This is the sample project that accompanies the Phinx screencast. Please visit phinx.org for more information.

Remember to check out http://docs.phinx.org for the comprehensive documentation.

Requirements

  • Git
  • PHP 5.5
  • MySQL and/or Postgres (pdo_mysql or pdo_pgsql)

Installing the Dependencies

Starting the Application using PHP's Built-in Webserver

  • php -S localhost:8080 -t web web/index.php