dnavre / ayb-experimental-project

A test project for the Ayb High School

Home Page:http://ayb-web-dev.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-getting-started

A barebones PHP app that makes use of the Silex web framework, which can easily be deployed to Heroku.

This application support the Getting Started with PHP on Heroku article - check it out.

Running Locally

Make sure you have PHP, Apache and Composer installed. Also, install the Heroku Toolbelt.

$ git clone git@github.com:heroku/php-getting-started.git # or clone your own fork
$ cd php-getting-started
$ composer update
$ foreman start web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using PHP on Heroku, see these Dev Center articles:

About

A test project for the Ayb High School

http://ayb-web-dev.heroku.com

License:MIT License


Languages

Language:PHP 76.8%Language:JavaScript 11.9%Language:CSS 4.4%Language:HTML 4.0%Language:Smarty 3.0%Language:ApacheConf 0.0%Language:Ruby 0.0%