From 87712c91ab2a71fa459e08ef48e4f931c019208d Mon Sep 17 00:00:00 2001 From: Artem Stepanenko <31134245+stepanenko3@users.noreply.github.com> Date: Tue, 17 May 2022 09:27:00 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eea6be..d4462c3 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ Install the package in a Laravel Nova project via Composer and edit the configur composer require stepanenko3/nova-menu-collapsed # Publish the configuration file and edit it to your preference -# NB! If you want custom table names, configure them before running the migrations. -php artisan vendor:publish --tag=nova-menu-builder-config +php artisan vendor:publish --provider="Stepanenko3\NovaMenuCollapsed\ToolServiceProvider" --tag="config" ``` Register the tool with Nova in the `tools()` method of the `NovaServiceProvider`: @@ -42,7 +41,7 @@ public function tools() ### Setting up -After publishing the configuration file, you have to make some required changes in the config: +After publishing the configuration file, you have to make some required changes in `config/nova-menu-collapsed.php`: ```php 'collapsed' => true,