File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Navigating through the commits and files will help you build:
5
5
- a user friendly opt-in push notification button
6
6
- on the server
7
7
- an endpoint for managing your push notification subscriptions
8
- - an endpoint that triggers push notification
8
+ - an endpoint that triggers push notification thanks to [ web-push-php ] ( https://github.com/web-push-libs/web-push-php )
9
9
10
10
## Requirements
11
11
- Chrome or Firefox
@@ -17,7 +17,8 @@ Navigating through the commits and files will help you build:
17
17
18
18
## Installation
19
19
``` bash
20
- $ composer install minishlink/web-push-php-example
20
+ $ composer create-project minishlink/web-push-php-example
21
+ $ cd web-push-php-example
21
22
```
22
23
23
24
## Usage
@@ -26,4 +27,4 @@ $ composer install minishlink/web-push-php-example
26
27
$ php -S localhost:8000 router.php
27
28
```
28
29
29
- And open [ http:// localhost:8000] ( localhost:8000 ) .
30
+ And open [ localhost:8000] ( http:// localhost:8000) .
You can’t perform that action at this time.
0 commit comments