Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/julien731/nimble-product-dashboard
https://github.com/julien731/nimble-product-dashboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/julien731/nimble-product-dashboard
- Owner: julien731
- Created: 2020-02-28T11:03:37.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-30T19:48:22.000Z (over 2 years ago)
- Last Synced: 2024-12-03T17:33:37.118Z (about 1 month ago)
- Language: HTML
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 [email protected]: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)