Skip to content

Commit

Permalink
Adds a requirements section to the README (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
moebrowne authored and JacobBennett committed Nov 22, 2019
1 parent 80703b4 commit 8c7caef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Server Push is a HTTP/2 concept which allows the server to speculatively start s
This package aims to provide the _easiest_ experience for adding Server Push to your responses.
Simply route your requests through the `AddHttp2ServerPush` middleware and it will automatically create and attach the `Link` headers necessary to implement Server Push for your CSS, JS and Image assets.

## Requirements

- Laravel 5
- PHP 7

## Installation

You can install the package via composer:
Expand Down

0 comments on commit 8c7caef

Please sign in to comment.