From 2c302f9cd96ea7a62492d4d121ca9712dd0ab5e9 Mon Sep 17 00:00:00 2001 From: Mostafa Zeinivand Date: Sat, 17 Jun 2023 09:59:00 +0330 Subject: [PATCH] update installation steps --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1de9534..f177c13 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ To get started, you will need to install the following dependency: ```shell composer require mostafaznv/nova-laracache ``` + +Then, you should publish vendor files and assets: +```shell +php artisan vendor:publish --provider="Mostafaznv\NovaLaraCache\NovaLaraCacheServiceProvider" +``` + That's it, you're ready to go! ## Usage