Download the PHP package chatbox-inc/heroku-php without Composer
On this page you can find all versions of the php package chatbox-inc/heroku-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package heroku-php
Laravel on Heroku
These are ServiceProviders that helps you use Laravel on Heroku.
functions
These provider wont be auto-discovered.
You should add setting to config/app.php
.
- HerokuPostgresServiceProvider : Support to connect Heroku Postgres
- HerokuRedisServiceProvider : Support to connect Heroku Redis
Usage
`
Heroku Postgres / Heroku Redis
HerokuPostgresServiceProvider をサービスプロバイダとして公開
For Laravel
`
After that, You can use herokupg
keyword as DB_CONNECTION
value.
DATABASE_URL will auto parsed on connecting DB.
`
Heroku Redis
HerokuRedisServiceProvider
will auto setup your redis connection.
REDIS_URL
will automatically parsed to connect Redis.
Procfile
All versions of heroku-php with dependencies
PHP Build Version
Package Version
Requires
php Version
7.*
The package chatbox-inc/heroku-php contains the following files
Loading the files please wait ....