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 11# How to start:
22
33``` bash
4- $ composer install
4+ $ composer create-project mobingilabs/php-microservice-base your_service_name_here
55```
66Follow the composer instructions and it will generate the project using data provided in the wizard.
77
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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```
127127Follow 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}
You can’t perform that action at this time.
0 commit comments