You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you want to use unit test or develop Windwalker it-self, remove `--no-dev` option.
19
+
> For use of unit test or any development purpose, simply remove `--no-dev` option.
20
20
21
21
The [Starter](https://github.com/ventoviro/windwalker-starter) package is a default application to start a project (like Symfony Standard).
22
22
If you want to use Windwalker as a library, see next section.
23
23
24
24
## Use Windwalker as Library
25
25
26
-
If you have your own application project and want to include Windwalker as library, just add `windwalker/framework`to require block in `composer.json`.
26
+
Add `windwalker/framework`as your project's dependencies in `composer.json`.
27
27
28
28
```json
29
29
{
@@ -33,9 +33,9 @@ If you have your own application project and want to include Windwalker as libra
33
33
}
34
34
```
35
35
36
-
> `~2.0`means 2.0 to 2.9
36
+
> `~2.0`is equivalent to 2.0 to 2.9
37
37
38
-
You can also install specific packages instead install whole framework. This is an example to install Session and Form package:
38
+
You can also pick any child packages rather than the complete framework set. This is an example to install Session and Form package:
39
39
40
40
```json
41
41
{
@@ -56,28 +56,28 @@ After installed, use browser open `/www` then you will see default landing page.
0 commit comments