pawprintdigital/laravel-pagespeed

Pagespeed plugins for Laravel.

Maintainers

Package info

github.com/pawprintdigital/laravel-pagespeed

Homepage

pkg:composer/pawprintdigital/laravel-pagespeed

Statistics

Installs: 88

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2019-09-10 11:22 UTC

This package is auto-updated.

Last update: 2026-03-11 02:13:46 UTC


README

Requirements

Laravel 5.6+

Installation

You can install the package through Composer with the following command

composer require pawprintdigital/laravel-pagespeed

Service Provider

The service provider should register with Laravel automatically through Laravel 5.6's package discovery feature.

If this doesn't work, you can manually register the service provider by adding the following line to the providers array in your config/app.php file.

PawprintDigital\LaravelPagespeed\ServiceProvider::class