From 16cf9d4ab5f19fda40705b79d89809a01ae49375 Mon Sep 17 00:00:00 2001 From: t510599 Date: Tue, 3 Dec 2019 00:18:45 +0800 Subject: [PATCH] delete README.md --- README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 24e7a6f..0000000 --- a/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# php-getting-started - -A barebones PHP app that makes use of the [Silex](http://silex.sensiolabs.org/) web framework, which can easily be deployed to Heroku. - -This application supports the [Getting Started with PHP on Heroku](https://devcenter.heroku.com/articles/getting-started-with-php) article - check it out. - -## Deploying - -Install the [Heroku Toolbelt](https://toolbelt.heroku.com/). - -```sh -$ git clone git@github.com:heroku/php-getting-started.git # or clone your own fork -$ cd php-getting-started -$ heroku create -$ git push heroku master -$ heroku open -``` - -or - -[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) - -## Documentation - -For more information about using PHP on Heroku, see these Dev Center articles: - -- [Getting Started with PHP on Heroku](https://devcenter.heroku.com/articles/getting-started-with-php) -- [PHP on Heroku](https://devcenter.heroku.com/categories/php)