Skip to content

Commit e5207ee

Browse files
authored
add upgrade guide
1 parent 8208408 commit e5207ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ You can use elFinder in Backpack:
3636
- stand-alone, by accessing the ```/admin/elfinder``` route (see screenshot above);
3737
- inside the [```browse```](https://backpackforlaravel.com/docs/4.1/crud-fields#browse), [```browse_multiple```](https://backpackforlaravel.com/docs/4.1/crud-fields#browse_multiple) or [```ckeditor```](https://backpackforlaravel.com/docs/4.1/crud-fields#ckeditor) field types;
3838

39+
## Upgrade
40+
41+
To upgrade from v2 to v3 of this package:
42+
```bash
43+
# remove the published blade views
44+
rm -rf resources/views/vendor/elfinder
45+
46+
# publish the new blade views
47+
php artisan backpack:filemanager:install
48+
```
3949

4050
## Security
4151

0 commit comments

Comments
 (0)