文件名称:api-platform-heroku:帮助者在Heroku上使用API平台和Symfony应用程序
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-12 12:29:05
PHP
API平台和Symfony帮助器可在Heroku上部署 该库简化了平台上和应用程序的部署。 安装 使用在您的项目中安装该库: composer require dunglas/api-platform-heroku 数据库助手 该库提供了一个Composer脚本,可通过解析由Heroku Postgres插件填充的DATABASE_URL环境变量来为Doctrine捆绑包创建Symfony参数。 要使用它,首先将脚本添加到您的composer.json文件中: // ... " scripts " : { " pre-install-cmd " : [ " Dunglas \\ Heroku \\ Database::createParameters " ], // ... } 由于Symfony
【文件预览】:
api-platform-heroku-master
----composer.json(801B)
----.travis.yml(561B)
----tests()
--------Tests()
----LICENSE(1KB)
----src()
--------Database.php(982B)
----.gitignore(49B)
----phpunit.xml.dist(752B)
----README.md(2KB)