Skip to content

Commit a01e22d

Browse files
author
Fredrick Peter
committed
update
1 parent 4674450 commit a01e22d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Prior to installing `support package` get the [Composer](https://getcomposer.org
3333
**Step 1** — update your `composer.json`:
3434
```composer.json
3535
"require": {
36-
"tamedevelopers/support": "^1.0.1"
36+
"tamedevelopers/support": "^1.0.2"
3737
}
3838
```
3939

@@ -203,14 +203,18 @@ function __($key){
203203
--- Structure of folder example
204204
--- (d) for directory and (f) for file
205205
206-
- Base
207-
- Lang
208-
- en
209-
- message.php (File)
210-
- error.php (File)
211-
- tr
212-
- message.php (File)
213-
- error.php (File)
206+
207+
Base/
208+
├── Lang/
209+
│ ├── en/
210+
| | ────── message.php (File)
211+
| | ────── error.php (File)
212+
| |
213+
│ ├── tr/
214+
| | ────── message.php (File)
215+
| | ────── error.php (File)
216+
│ └── ...
217+
└── ...
214218
```
215219

216220
- or -- `Helpers Function`

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
"php": ">=8.0",
1919
"ext-ctype": "*",
2020
"ext-mbstring": "*",
21-
"symfony/var-dumper": "^6.0.0 || ^6.2"
21+
"symfony/var-dumper": "*",
22+
"cocur/slugify": "^4.2.0",
23+
"symfony/console": "^6.2"
2224
},
2325
"suggest": {
2426
"dompdf/dompdf": "Required to use the `PDF` class and helper (^2.0.2).",
25-
"cocur/slugify": "Required to use the `Slugify` class (^4.2.0).",
2627
"vlucas/phpdotenv": "Required to use the `Env` class and helper (^5.4.1)."
2728
},
2829
"autoload": {

0 commit comments

Comments
 (0)