File tree 2 files changed +8
-4
lines changed
versioned_docs/version-12.x/pacakges
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 2
3
3
title : Localization
4
+ tags :
5
+ - package
4
6
---
5
7
6
8
The Localization Container is built on top of Laravel's [ localization] ( https://laravel.com/docs/localization ) features
@@ -12,12 +14,12 @@ and provides a convenient way to create and manage translations for your applica
12
14
13
15
## Installation
14
16
15
- ```
17
+ ``` shell
16
18
composer require apiato/localization-container
17
19
```
18
20
19
21
## Publishing Configs
20
- ```
22
+ ``` shell
21
23
php artisan vendor:publish
22
24
```
23
25
Config file will be placed at ` app/Ship/Configs/vendor-localization.php `
Original file line number Diff line number Diff line change 1
1
---
2
2
sidebar_position : 2
3
3
title : Localization
4
+ tags :
5
+ - package
4
6
---
5
7
6
8
The Localization Container is built on top of Laravel's [ localization] ( https://laravel.com/docs/localization ) features
@@ -12,12 +14,12 @@ and provides a convenient way to create and manage translations for your applica
12
14
13
15
## Installation
14
16
15
- ```
17
+ ``` shell
16
18
composer require apiato/localization-container
17
19
```
18
20
19
21
## Publishing Configs
20
- ```
22
+ ``` shell
21
23
php artisan vendor:publish
22
24
```
23
25
Config file will be placed at ` app/Ship/Configs/vendor-localization.php `
You can’t perform that action at this time.
0 commit comments