8000 GitHub - railwaytoapp/php-getting-started: Getting Started with PHP on Heroku
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

railwaytoapp/php-getting-started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-getting-started

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

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

Deploying

Install the Heroku Toolbelt.

$ git clone git@github.com:heroku/php-getting-started.git # or clone your own fork
$ cd php-getting-started
$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

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

About

Getting Started with PHP on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Twig 40.8%
  • HTML 31.0%
  • PHP 21.5%
  • CSS 6.3%
  • Procfile 0.4%
0