File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ return [
2929
3030### 2. AssetMapper Configuration (Optional)
3131
32- ** If you want to use the built-in controller and assets provided by the bundle, create the following configuration files.**
32+ [ // ] : # ( **If you want to use the built-in controller and assets provided by the bundle, create the following configuration files.** )
33+ > [ !WARNING]
34+ > If you want to use the built-in controller and assets provided by the bundle, create the following configuration files.
3335
3436Create ` config/packages/file_manager_system.yaml `
3537``` yaml
@@ -106,10 +108,10 @@ $fmService->createDir(directory: 'Hello World !', return: false);
106108If return is set to true, the method returns :
107109` ` ` php
108110[
109- 'absolute' => "/absolute/path/hello-world",
110- 'relative' => $relative ,
111- 'ltrimmed_relative' => \l trim($relative, '/') ,
112- 'foldername' => $dir
111+ 'absolute' => "/var/www/ absolute/path/hello-world",
112+ 'relative' => "/path/hello-world" ,
113+ 'ltrimmed_relative' => "path/hello-world" ,
114+ 'foldername' => "hello-world"
113115]
114116` ` `
115117
You can’t perform that action at this time.
0 commit comments