Booking, QI Content, Trees, Media
This commit is contained in:
parent
1f340e96fa
commit
7fbac395a9
260 changed files with 27160 additions and 3773 deletions
23
packages/iqcontent/laravel-filemanager/docs/upgrade.md
Normal file
23
packages/iqcontent/laravel-filemanager/docs/upgrade.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
## Upgrade instructions
|
||||
|
||||
1. Please backup your own `config/lfm.php` before upgrading.
|
||||
|
||||
1. Run commands:
|
||||
|
||||
```bash
|
||||
composer update unisharp/laravel-filemanager
|
||||
|
||||
php artisan vendor:publish --tag=lfm_view --force
|
||||
php artisan vendor:publish --tag=lfm_public --force
|
||||
php artisan vendor:publish --tag=lfm_config --force
|
||||
|
||||
php artisan route:clear
|
||||
php artisan config:clear
|
||||
```
|
||||
|
||||
1. Clear browser cache if page is broken after upgrading.
|
||||
|
||||
## Errors with namespace
|
||||
We have changed namespace from `Unisharp` to `UniSharp`, and change the first character of every namespace into capital.
|
||||
|
||||
If you are updating this package and encounter any errors like `Class not found`, please remove this package entirely and reinstall again.
|
||||
Loading…
Add table
Add a link
Reference in a new issue