tompedals/helpscout-dynamic-app-symfony
Composer 安装命令:
composer create-project tompedals/helpscout-dynamic-app-symfony
包简介
README 文档
README
A basic Symfony application to build a Help Scout dynamic app.
Using the tompedals/helpscout-dynamic-app library to handle the request and produce the response. Simply implement the provided AppHandlerInterface interface for your app.
An example AppHandler is within the skeleton project to show some additional customer information on support tickets. Expose your own data as an app for an enhanced support experience!
Create your project
composer create-project --no-interaction --stability=dev tompedals/helpscout-dynamic-app-symfony my-app
Getting started
Install the dependencies
composer install
Start the web server
./bin/console server:run
Once running browse to http://127.0.0.1:8000.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-28