Skip to content

Commit 1afeec1

Browse files
author
Sebastian Schöps
committed
Final remove.
1 parent 74de887 commit 1afeec1

4 files changed

+1
-56
lines changed

README.md

-16
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
# Laravel API wrapper for Camunda
22

3-
#### Edit your composer.json file
4-
The original Camunda repository has outdated dependencies. Therefore we have to include it manually.
5-
```shell
6-
"repositories":
7-
[
8-
{
9-
"type": "vcs",
10-
"url": "https://github.com/wertmenschen/camunda-bpm-php-sdk"
11-
}
12-
],
13-
```
143

154
#### Require the packages with composer
165

17-
```shell
18-
composer require camunda/camunda-bpm-php-sdk:dev-master
19-
```
20-
216
```shell
227
composer require wertmenschen/laravel-camunda
238
```
249

25-
2610
#### Optional: Publish the backup config file
2711
```shell
2812
php artisan vendor:publish --provider="Wertmenschen\CamundaApi\CamundaApiServiceProvider"

src/CamundaApi.php

-24
This file was deleted.

src/CamundaApiFacade.php

-13
This file was deleted.

src/CamundaApiServiceProvider.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ public function boot()
2525
*/
2626
public function register()
2727
{
28-
//$this->app->bind('camunda-api', function ($app) {
29-
//return new CamundaApi();
30-
//});
28+
3129
}
3230
}

0 commit comments

Comments
 (0)