Skip to content

Commit 19b25b9

Browse files
committed
revise operation in upgrade guide
1 parent 6d23b44 commit 19b25b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

4.1/upgrade-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Backpack 4.0 (that you should already be running) supports Laravel 5.8, 6 and 7.
5757
```
5858

5959
**Step 3.** If you're using the Revisions operation, it has now been split into a separate package. So please:
60-
- add ```"backpack/revisions-operation": "^1.0",``` to your composer's require section
61-
- inside your CrudControllers, replace ```TodoOldRevisionsTraitNamespace``` with ```TodoNewRevisionsTraitNamespace```
60+
- add ```"backpack/revise-operation": "^1.0",``` to your composer's require section
61+
- inside your CrudControllers, search for ```Backpack\CRUD\app\Http\Controllers\Operations\RevisionsOperation``` and replace with ```Backpack\ReviseOperation\ReviseOperation```
6262

6363
**Step 4.** Backpack itself is no longer using ```laravel/helpers```. Instead of using helpers like ```str_slug()``` we're now doing ```Str::slug()``` everywhere. We recommend you do the same. But if you want to keep using string and array helpers, please add ```"laravel/helpers": "^1.1",``` to your composer's require section.
6464

0 commit comments

Comments
 (0)