Skip to content

Karimjy/ecvd-php

 
 

Repository files navigation

ecvd-php

Lessons for the ECV Digital school - PHP/MySQL

Setup

Before starting you need to setup your environment. (Mac OSX)

Pre-requisites

PHP

  • Install php 5.6: brew install php56
  • Install phplint: brew install phplint
  • Install phpunit: brew install phpunit

Check your installation: php -v

MySQL

  • Install mysql: brew install mysql
  • Install Sequel Pro

Start mysql: mysqld_safe Access it from Sequel pro

Goal

Succeeding at the zend certification ok dude

Gift

For your own sanity, add this to your .bash_profile file

parse_git_branch() {
    git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
export PS1="\u@\h \W\[\033[32m\]\$(parse_git_branch)\[\033[00m\] $ "

About

Lessons for the ECV Digital school

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 35.1%
  • CSS 30.7%
  • JavaScript 27.3%
  • HTML 6.9%