laravel-http2-server-push icon indicating copy to clipboard operation
laravel-http2-server-push copied to clipboard

A middleware package for Laravel to enable server push for your script, style, and image assets.

Results 5 laravel-http2-server-push issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [graham-campbell/testbench](https://github.com/GrahamCampbell/Laravel-TestBench) to permit the latest version. Release notes Sourced from graham-campbell/testbench's releases. V4.0 (06/08/2017) Support PHP 7.0, 7.1, 7.2 Support Laravel 5.1 - 5.5 Support PHPUnit...

dependencies

When using `mix.version()`, `getTypeByExtension()` does not take into account the query string on the url and improperly marks all versioned assets as `image`. To fix, split `$resourcePath` by `?` to...

I can do a PR for this, but first I wanted to gauge interest. The [`preload` spec](https://www.w3.org/TR/preload/) that defines server push lists the valid "request destination" types for the `as`...

I wonder if the links generated should be wrapped with the `asset` helper so that a full path is being used? In Chrome I keep seeing that the path is...