Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Oct 15, 2023
2 parents 713469c + 54251e7 commit 45c1944
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ You can install the package via composer:
composer require vormkracht10/laravel-permanent-cache
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="laravel-permanent-cache-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
Expand All @@ -35,12 +28,6 @@ return [
];
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="laravel-permanent-cache-views"
```

## Usage

```php
Expand Down

0 comments on commit 45c1944

Please sign in to comment.