Download the PHP package adityadees/laravel-lighthouse without Composer
On this page you can find all versions of the php package adityadees/laravel-lighthouse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adityadees/laravel-lighthouse
More information about adityadees/laravel-lighthouse
Files in adityadees/laravel-lighthouse
Package laravel-lighthouse
Short Description Google Chrome Lighthouse Wrapper for Laravel to Auotomatic Audit Website Desktop and Mobile
License MIT
Informations about the package laravel-lighthouse
laravel-lighthouse
A Google Lighthouse wrapper for laravel framework which can make it easier for you to run Google Lighthouse to audit websites. The audit results that have been completed will be saved automatically in your server directory.
run
composer require adityadees/laravel-lighthouse
then
php artisan vendor:publish --tag=laravel-lighthouse
Before use this package you need define variable on config/laravel-lighthouse.php
as global config
To use it you can run
or you can use your own custom configuration like this
for more information about the flag you can visit https://github.com/GoogleChrome/lighthouse
if you following the configuration example the results should be like this
- Inside folder
public
you can see the results.html
and.json
https://github.com/adityadees/laravel-lighthouse/tree/docs/example-results/laravel-lighthouse

if you open the .html
you can see the results like this
Desktop
Mobile
All versions of laravel-lighthouse with dependencies
illuminate/config Version ^8|^9|^10
illuminate/support Version ^8|^9|^10
symfony/process Version ^5|^6