You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix Duplicate Adding sidebar menu item if installed multiple times
# issue
In *windows*, I installed `Laravel-Backpack/FileManager` , then called this command:
```
php artisan backpack:filemanager:install
```
then uploaded the script to a *Linux* server and again ran `php artisan backpack:filemanager:install`, and
the item added again in the `sidebar`..

##### i opened `` and compare them

and this is the result:
```diff
+ <li class="nav-item"><a class="nav-link" href="{{ backpack_url('elfinder') }}"><i class="nav-icon la la-files-o"></i> <span>{{ trans('backpack::crud.file_manager') }}</span></a></li>
- <li class="nav-item"><a class="nav-link" href="{{ backpack_url('elfinder') }}\"><i class="nav-icon la la-files-o"></i> <span>{{ trans('backpack::crud.file_manager') }}</span></a></li>
```
0 commit comments