Skip to content

Commit 3bafbfc

Browse files
authored
Update README.md
1 parent 9ae9526 commit 3bafbfc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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
3436
Create `config/packages/file_manager_system.yaml`
3537
```yaml
@@ -106,10 +108,10 @@ $fmService->createDir(directory: 'Hello World !', return: false);
106108
If return is set to true, the method returns:
107109
```php
108110
[
109-
'absolute' => "/absolute/path/hello-world",
110-
'relative' => $relative,
111-
'ltrimmed_relative' => \ltrim($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

0 commit comments

Comments
 (0)