File tree Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 1
1
# How to start:
2
2
3
3
``` bash
4
- $ composer install
4
+ $ composer create-project mobingilabs/php-microservice-base your_service_name_here
5
5
```
6
6
Follow the composer instructions and it will generate the project using data provided in the wizard.
7
7
Original file line number Diff line number Diff line change 4
4
"type" : " project" ,
5
5
"homepage" : " https://mobingi.com" ,
6
6
"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" : [],
19
8
"config" : {
20
9
"sort-packages" : true
21
10
},
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ private static function finishScript()
122
122
$ search = '# How to start:
123
123
124
124
```bash
125
- $ composer install
125
+ $ composer create-project mobingilabs/php-microservice-base your_service_name_here
126
126
```
127
127
Follow the composer instructions and it will generate the project using data provided in the wizard.
128
128
@@ -162,7 +162,5 @@ private static function addPHPStormConfig(): void
162
162
file_put_contents ('./src/App/docker_image_config.xml ' , $ content );
163
163
164
164
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 ' );
167
165
}
168
166
}
You can’t perform that action at this time.
0 commit comments