File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments