pawprintdigital / laravel-pagespeed
Pagespeed plugins for Laravel.
1.0.1
2019-09-10 11:22 UTC
Requires
- php: ^5.6 || ^7.0
- illuminate/support: >=5.3
This package is auto-updated.
Last update: 2025-03-11 00:11:58 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