File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ public function handle()
52
52
// Adding sidebar menu item
53
53
$ this ->progressBlock ('Adding menu item ' );
54
54
$ this ->executeArtisanProcess ('backpack:add-menu-content ' , [
55
- 'code ' => '<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 > ' ,
55
+ 'code ' => '<x-backpack::menu- item title="trans ( \'backpack::crud.file_manager \')" icon=" la la-files-o" :link="backpack_url ( \'elfinder \')" / > ' ,
56
56
]);
57
57
$ this ->closeProgressBlock ();
58
58
59
59
// Done
60
60
$ url = Str::of (config ('app.url ' ))->finish ('/ ' )->append ('admin/elfinder ' );
61
61
$ this ->infoBlock ('Backpack FileManager installation complete. ' , 'done ' );
62
- $ this ->note (" Go to <fg=blue> $ url</> to access your filemanager. " );
62
+ $ this ->note (' Go to <fg=blue>$url</> to access your filemanager. ' );
63
63
$ this ->note ('You may need to run <fg=blue>php artisan serve</> to serve your Laravel project. ' );
64
64
$ this ->newLine ();
65
65
}
You can’t perform that action at this time.
0 commit comments