From 54251e7045d55fe649d4f39ec3e9bc1a73a284d6 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Sun, 15 Oct 2023 11:39:02 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 590c717..99af62d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -35,12 +28,6 @@ return [ ]; ``` -Optionally, you can publish the views using - -```bash -php artisan vendor:publish --tag="laravel-permanent-cache-views" -``` - ## Usage ```php