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
Copy file name to clipboardExpand all lines: README.md
+29-68Lines changed: 29 additions & 68 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,10 @@ Hawkbit is a high customizable, middleware aware, event driven,
14
14
15
15
Hawkbit uses latest versions of [League\Route](https://github.com/thephpleague/route) for routing,
16
16
[League\Container](https://github.com/thephpleague/container) for dependency injection,
17
-
[League\Event](https://github.com/thephpleague/event) for event dispatching,
18
-
[League\Tactican](https://github.com/thephpleague/tactican) as middleware runner and
17
+
[League\Event](https://github.com/thephpleague/event) for event dispatching,
19
18
[Zend Config](https://docs.zendframework.com/zend-config/) for configuration.
20
19
21
-
Hawkbit is an advanced derivate of [Proton](https://github.com/alexbilbie/Proton) and part of () Component collection by Marco Bunge.
20
+
Hawkbit is an advanced derivate of [Proton](https://github.com/alexbilbie/Proton) and part of Hawkbit Component collection by Marco Bunge. Hawkbit 1.x is also known as Blast Hawkbit.
22
21
23
22
## Install
24
23
@@ -35,7 +34,7 @@ composer.json
35
34
```javascript
36
35
{
37
36
"require": {
38
-
"Hawkbit":"~1.0"
37
+
"hawkbit/hawkbit":"~2.0"
39
38
}
40
39
}
41
40
```
@@ -63,13 +62,13 @@ The following versions of PHP are supported by this version.
63
62
64
63
### Vagrant
65
64
66
-
Hawkbit use scotch box with additional xdebug support, modified php setup and mailcatcher for development.
65
+
Hawkbit uses scotch box with additional xdebug support, modified php setup and mailcatcher for development.
67
66
68
67
Please read <ahref="https://box.scotch.io/"target="_blank">scotch box documentation</a> for more information.
69
68
70
69
#### Project development
71
70
72
-
If your project ist depending on `Hawkbit`, you may use the box your project development. You
71
+
If your project depends on `Hawkbit`, you may use this box for your project development. You
73
72
just need to install your composer dependencies and run following commands within your project
74
73
folder.
75
74
@@ -133,14 +132,16 @@ See also our example at `/public/index.php`.
0 commit comments