vitb/image-list

A Laravel Nova tool.

Maintainers

Package info

github.com/Kivt/Laravel-nova-image-list-component

Language:Vue

pkg:composer/vitb/image-list

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-08-03 08:18 UTC

This package is auto-updated.

Last update: 2026-03-01 00:28:40 UTC


README

Installation

  • Install package

composer require vitb/image-list

  • Register tool inside app/Providers/NovaServiceProvider
use Vb\ImageList\ImageList;

/**
 * Get the cards that should be listed in the Nova sidebar.
 *
 * @return array
 */
public function tools()
{
    return [
        new ImageList,
    ];
}