Skip to content

Commit

Permalink
update installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaznv authored Jun 17, 2023
1 parent bb10272 commit 2c302f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c302f9

Please sign in to comment.