Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 548 Bytes

Zend Framework 3 Examples

##onlinemarket.3

  • Zend Framework 3 version of an Online Market demo program modeled after craigslist
  • Features forms, filters, factories and database access

##tutorial

  • Very barebones demo project based on ZF3 skeleton app

##Installation

  • Clone the repo
  • Change to one of the directories
  • Install ZF3 + dependencies:
php composer.phar self-update
php composer.phar install
  • Run the PHP webserver:
php -S localhost:8080 -t public
  • Access from a browser using this URL: http://localhost:8080/