#适用于Laravel Nova的Nova网格系统 安装 您可以通过composer安装此软件包: composer require codenco-dev/nova-grid-system 然后,您将需要在NovaServiceProvider.php中注册该工具: use CodencoDev\NovaGridSystem\NovaGridSystem; /** * Get the tools that should be listed in the Nova sidebar. * * @return array */ public function tools() { return [ //other tools new NovaGridSystem ]