Skip to content

Commit

Permalink
add upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Jul 18, 2023
1 parent 8208408 commit e5207ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ You can use elFinder in Backpack:
- stand-alone, by accessing the ```/admin/elfinder``` route (see screenshot above);
- 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;

## Upgrade

To upgrade from v2 to v3 of this package:
```bash
# remove the published blade views
rm -rf resources/views/vendor/elfinder

# publish the new blade views
php artisan backpack:filemanager:install
```

## Security

Expand Down

0 comments on commit e5207ee

Please sign in to comment.