Skip to content

Commit 51ed782

Browse files
author
Diego
committed
update files
1 parent bf4405c commit 51ed782

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# How to start:
22

33
```bash
4-
$ composer install
4+
$ composer create-project mobingilabs/php-microservice-base your_service_name_here
55
```
66
Follow the composer instructions and it will generate the project using data provided in the wizard.
77

composer.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,7 @@
44
"type": "project",
55
"homepage": "https://mobingi.com",
66
"license": "BSD-3-Clause",
7-
"keywords": [
8-
"skeleton",
9-
"middleware",
10-
"psr",
11-
"psr-7",
12-
"psr-11",
13-
"psr-15",
14-
"zf",
15-
"zendframework",
16-
"zend-expressive",
17-
"mobingi"
18-
],
7+
"keywords": [],
198
"config": {
209
"sort-packages": true
2110
},

src/App/Script.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private static function finishScript()
122122
$search = '# How to start:
123123
124124
```bash
125-
$ composer install
125+
$ composer create-project mobingilabs/php-microservice-base your_service_name_here
126126
```
127127
Follow the composer instructions and it will generate the project using data provided in the wizard.
128128
@@ -162,7 +162,5 @@ private static function addPHPStormConfig(): void
162162
file_put_contents('./src/App/docker_image_config.xml', $content);
163163

164164
copy('./src/App/docker_image_config.xml', './.idea/runConfigurations/docker_image_config.xml');
165-
166-
self::log("Don't forget to restart you PHPStorm!", '31');
167165
}
168166
}

0 commit comments

Comments
 (0)