Skip to content

ThomDavis/phpStarterKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

phpStarterKit

TODO: Lets learn some php.

Requirements

  1. Need text editor. notepad++, sublime text, etc
  2. Need to install php and have access to it through command line.

Install

  1. Download the files and place inside folder. I normally go c:/websites/
  2. Run command line and change dir to the root of the folder.
  3. Run command: "php -S localhost:8888". This will run a web server.
  4. Point your web broswer to "http://localhost:8888"

Examples

  1. Hello World
  2. Post form
  3. MVC

About

Lets learn some php.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published