Download the PHP package shreesthapit/corewebvitals without Composer
On this page you can find all versions of the php package shreesthapit/corewebvitals. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package corewebvitals
Laravel Core Web Vitals
This is Laravel 8.x package wrapper library for monitoring Web Vitals Records to check website performance.
Documentation
Installing
To install the package, in terminal:
Configure
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Copy the package config to your local config with the publish command:
Migrate the tables required to store the core web vitals records.
Collecting Data
You need to add a tag below in your blade layouts or on those pages of which you want to monitor the vitals.
Insight of Collected Data
You can see the insight of the collected data in the URI below:
License
The Laravel framework is open-source software licensed under the MIT license.
All versions of corewebvitals with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
The package shreesthapit/corewebvitals contains the following files
Loading the files please wait ....