cameronsmith / ZendProject

An example project built with the Zend 2 framework for learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZendProject

This project was built from the Pluralsight course: Building PHP Applications with Zend Framework 2 to learn how to use the Zend Framework for a work project.

Setup

  • Run composer install
  • Run docker-compose build
  • Run docker-compose up
  • Access php container via docker exec -i -t [docker id] /bin/bash
  • Run ./vendor/bin/doctrine-module migrations:migrate

About

An example project built with the Zend 2 framework for learning.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 60.2%Language:HTML 37.2%Language:CSS 2.6%