Skip to content

Commit b62a412

Browse files
author
Cory Fowler
committed
Added some badges
1 parent 32ac8cd commit b62a412

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![](https://img.shields.io/badge/platform-Azure-00abec.svg?style=flat-square)
2+
![](https://img.shields.io/badge/PHP-5.4%2C%205.5%2C%205.6-4F5B93.svg?style=flat-square)
3+
![](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
4+
15
# Azure App Service Web App Composer Site Extension
26

37
This site extension adds [Composer](http://getcomposer.org) support to Web App to enable dependency management for PHP applications.
@@ -31,7 +35,7 @@ In some cases (especially when attempting to install great amount of packages, [
3135

3236
| Name | Value |Notes |
3337
|---------------------|---------------------------------------|------------------------------------------|
34-
| APPSETTING_COMMAND | %XDT_EXTENSIONPATH%\Hooks\deploy.cmd | Deployment Hook Command. (causes .deployment file not to function [[bug](https://github.com/projectkudu/kudu/issues/1519)]) |
35-
| PATH | %PATH%;%XDT_EXTENSIONPATH%\Commands | Overwrites the Path. Last Extension Wins |
38+
| APPSETTING_COMMAND | %XDT_EXTENSIONPATH%\Hooks\deploy.cmd | Deployment Hook Command. |
39+
| PATH | %PATH%;%XDT_EXTENSIONPATH%\Commands;%APPDATA%\Composer\vendor\bin | Overwrites the Path. Last Extension Wins |
3640
| COMPOSER_ARGS | --prefer-dist --no-dev --optimize-autoloader --no-progress | Command line arguments for composer during deploy.cmd execution |
37-
| COMPOSER_VENDOR_DIR | d:\home\site\vendor\ | Moves the vendor folder out of wwwroot for security purposes.
41+

0 commit comments

Comments
 (0)