skydiver / laravel-dashboard-npm
Show npm packages stats
2.0.0
2020-09-09 14:28 UTC
Requires
- php: ^7.4
- spatie/laravel-dashboard: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-09 23:48:32 UTC
README
Show npm packages stats
Installation
You can install the package via composer:
composer require skydiver/laravel-dashboard-npm
npm package tile
<x-dashboard>
<livewire:npm-package-tile
position="e1"
package="vue"
type="last-week"
cache-timeout="60"
:force-refresh="false"
:show-logo="true"
/>
</x-dashboard>
npm packages table tile
<x-dashboard>
<livewire:npm-packages-table-tile
position="e1"
packages="vue,react,jquery"
type="last-week"
cache-timeout="60"
:force-refresh="false"
:show-logo="false"
/>
</x-dashboard>
Shared options
Demo
- npm-package-tile
- npm-packages-table-tile