vitb/image-list

A Laravel Nova tool.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

pkg:composer/vitb/image-list

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

This package is auto-updated.

Last update: 2025-09-29 02:42:31 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,
    ];
}