File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ plugins:
7878# ...
7979```
8080
81- - Now, the command ` app:run ` , ` app: build` , ` app: clean` will be availble.
81+ - Now, the command ` start ` , ` build ` , ` clean ` will be availble.
8282- Add jphp compiler dependency to your ` package.php.yml ` :
8383
8484``` yaml
@@ -115,9 +115,9 @@ deps:
115115sources:
116116 - 'src' # add 'src' dir as source directory (for class loader too).
117117
118- app :
119- bootstrap: 'index.php'
118+ includes :
119+ - 'index.php' # include php files at start up from sources directories.
120120` ` `
121121
122- - Now, you can run `jppm app:run ` to run you app.
123- - And you can run `jppm app: build` to build your app to one executable jar file !
122+ - Now, you can run `jppm start ` to run you app.
123+ - And you can run `jppm build` to build your app with launch scripts for windows and linux !
You can’t perform that action at this time.
0 commit comments