From 2153f3ca552f5dd72f771ab21cdced07bbd5db00 Mon Sep 17 00:00:00 2001 From: Stefano Novelli Date: Mon, 22 Jan 2024 16:41:32 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34b2e2c..2c2e5b6 100644 --- a/README.md +++ b/README.md @@ -39,18 +39,18 @@ composer require the-3labs-team/nova-busy-resource-field You need to publish the migration file: ```bash - php artisan vendor:publish --tag=nova-busy-resource-field-migrations +php artisan vendor:publish --tag=nova-busy-resource-field-migrations ``` Remember to launch the migrations: ```bash - php artisan migrate +php artisan migrate ``` Also, you can publish the config file: ```bash - php artisan vendor:publish --tag=nova-busy-resource-field-config +php artisan vendor:publish --tag=nova-busy-resource-field-config ``` ## Usage