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
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2023-10-29 03:09:47 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, ]; }