vitb/image-list is a Laravel package for a laravel nova tool..
It currently has 0 GitHub stars and 3 downloads on Packagist.
Install it with composer require vitb/image-list.
Discover more Laravel packages by vitb
or browse all Laravel packages to compare alternatives.
Last updated
composer require vitb/image-list
app/Providers/NovaServiceProvideruse Vb\ImageList\ImageList;
/**
* Get the cards that should be listed in the Nova sidebar.
*
* @return array
*/
public function tools()
{
return [
new ImageList,
];
}